Html Css Color HEX #E9D068 Golden Sand

📋 copy color: '#E9D068'

red 233 ◦ green 208 ◦ blue 104

#E9D068
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Sand #E9D068

Tints of Golden Sand #E9D068

RGB

 RED value IS 233 (91.41% from 255) = 42.75%

 GREEN value IS 208 (81.64% from 255) = 38.17%

 BLUE value IS 104 (41.02% from 255) = 19.08%

R = 42.75%
G = 38.17%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E9D068 (or 0xE9D068) is known color: Golden Sand. HEX triplet: E9, D0 and 68. RGB value is (233,208,104). Sum of RGB (Red+Green+Blue) = 233+208+104=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D068 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D068 is #162F97. Grayscale: #CCCCCC. Windows color (decimal): -1453976 or 6869225. OLE color: 6869225.

HSL color Cylindrical-coordinate representation of color #E9D068: hue angle of 48.37º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E9D068 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 208 104 -
CMYK 0 0.11 0.55 0.09
HSL 48.37º 0.75% 0.66% -
HSV(B) 48.37º 0.55% 0.91% -
XYZ 58.66 63.43 22.25 -
YUV 203.62 71.78 148.96 -
System Red Green Blue C M Y K H S L
Decimal 233 208 104 0 0.11 0.55 0.09 48.37 0.75 0.66
Hex E9 D0 68 0 B 37 9 30 4B 42
Octal 351 320 150 0 13 67 11 60 113 102
Binary 11101001 11010000 1101000 0 1011 110111 1001 110000 1001011 1000010

Color Harmonies of #E9D068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D068

Black with #E9D068

Text Example


Text Example

White with #E9D068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D068; }

 p { color: rgb(233,208,104); }

 H1.HeaderClassName
 {
   color: #E9D068;
 }
 .AnyTagClassName
 {
   color: #E9D068;
 }
</style>

background-color css

<style>
 a { background-color: #E9D068; }

 a { background-color: rgb(233,208,104); }

 div.DivClassName
 {
   background-color: #E9D068;
 }
 .BgClassName
 {
   background-color: #E9D068;
 }
</style>

border-color css

<style>
 span { border-color: #E9D068; }

 span { border-color: rgb(233,208,104); }

 td.TdClassName
 {
   border-color: #E9D068;
 }
 .TagClassName
 {
   border-color: #E9D068;
 }
</style>