Html Css Color HEX #E9D164 Golden Sand

📋 copy color: '#E9D164'

red 233 ◦ green 209 ◦ blue 100

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

Shades of Golden Sand #E9D164

Tints of Golden Sand #E9D164

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.56%

 BLUE value IS 100 (39.45% from 255) = 18.45%

R = 42.99%
G = 38.56%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E9D164 (or 0xE9D164) is known color: Golden Sand. HEX triplet: E9, D1 and 64. RGB value is (233,209,100). Sum of RGB (Red+Green+Blue) = 233+209+100=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D164 is #162E9B. Grayscale: #CCCCCC. Windows color (decimal): -1453724 or 6607337. OLE color: 6607337.

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

Color convert

RGB 233 209 100 -
CMYK 0 0.10 0.57 0.09
HSL 49.17º 0.75% 0.65% -
HSV(B) 49.17º 0.57% 0.91% -
XYZ 58.7 63.84 21.29 -
YUV 203.75 69.45 148.86 -
System Red Green Blue C M Y K H S L
Decimal 233 209 100 0 0.10 0.57 0.09 49.17 0.75 0.65
Hex E9 D1 64 0 A 39 9 31 4B 41
Octal 351 321 144 0 12 71 11 61 113 101
Binary 11101001 11010001 1100100 0 1010 111001 1001 110001 1001011 1000001

Color Harmonies of #E9D164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D164

Black with #E9D164

Text Example


Text Example

White with #E9D164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D164; }

 p { color: rgb(233,209,100); }

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

background-color css

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

 a { background-color: rgb(233,209,100); }

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

border-color css

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

 span { border-color: rgb(233,209,100); }

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