Html Css Color HEX #E9D064 Golden Sand

📋 copy color: '#E9D064'

red 233 ◦ green 208 ◦ blue 100

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

Shades of Golden Sand #E9D064

Tints of Golden Sand #E9D064

RGB

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

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

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

R = 43.07%
G = 38.45%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E9D064 (or 0xE9D064) is known color: Golden Sand. HEX triplet: E9, D0 and 64. RGB value is (233,208,100). Sum of RGB (Red+Green+Blue) = 233+208+100=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D064 is #162F9B. Grayscale: #CBCBCB. Windows color (decimal): -1453980 or 6607081. OLE color: 6607081.

HSL color Cylindrical-coordinate representation of color #E9D064: hue angle of 48.72º 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 #E9D064 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 208 100 -
CMYK 0 0.11 0.57 0.09
HSL 48.72º 0.75% 0.65% -
HSV(B) 48.72º 0.57% 0.91% -
XYZ 58.46 63.36 21.2 -
YUV 203.16 69.78 149.28 -
System Red Green Blue C M Y K H S L
Decimal 233 208 100 0 0.11 0.57 0.09 48.72 0.75 0.65
Hex E9 D0 64 0 B 39 9 31 4B 41
Octal 351 320 144 0 13 71 11 61 113 101
Binary 11101001 11010000 1100100 0 1011 111001 1001 110001 1001011 1000001

Color Harmonies of #E9D064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D064

Black with #E9D064

Text Example


Text Example

White with #E9D064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D064; }

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

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

background-color css

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

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

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

border-color css

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

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

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