Html Css Color HEX #E9D066 Golden Sand

📋 copy color: '#E9D066'

red 233 ◦ green 208 ◦ blue 102

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

Shades of Golden Sand #E9D066

Tints of Golden Sand #E9D066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.78%

R = 42.91%
G = 38.31%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E9D066 (or 0xE9D066) is known color: Golden Sand. HEX triplet: E9, D0 and 66. RGB value is (233,208,102). Sum of RGB (Red+Green+Blue) = 233+208+102=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 102 (40.23% from 255 or 18.78% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D066 is #162F99. Grayscale: #CBCBCB. Windows color (decimal): -1453978 or 6738153. OLE color: 6738153.

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

Color convert

RGB 233 208 102 -
CMYK 0 0.11 0.56 0.09
HSL 48.55º 0.75% 0.66% -
HSV(B) 48.55º 0.56% 0.91% -
XYZ 58.56 63.39 21.72 -
YUV 203.39 70.78 149.12 -
System Red Green Blue C M Y K H S L
Decimal 233 208 102 0 0.11 0.56 0.09 48.55 0.75 0.66
Hex E9 D0 66 0 B 38 9 31 4B 42
Octal 351 320 146 0 13 70 11 61 113 102
Binary 11101001 11010000 1100110 0 1011 111000 1001 110001 1001011 1000010

Color Harmonies of #E9D066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D066

Black with #E9D066

Text Example


Text Example

White with #E9D066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D066; }

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

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

background-color css

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

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

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

border-color css

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

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

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