Html Css Color HEX #E8D064 Golden Sand

📋 copy color: '#E8D064'

red 232 ◦ green 208 ◦ blue 100

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

Shades of Golden Sand #E8D064

Tints of Golden Sand #E8D064

RGB

 RED value IS 232 (91.02% from 255) = 42.96%

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

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

R = 42.96%
G = 38.52%
B = 18.52%

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

#E8D064 (or 0xE8D064) is known color: Golden Sand. HEX triplet: E8, D0 and 64. RGB value is (232,208,100). Sum of RGB (Red+Green+Blue) = 232+208+100=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D064 is #172F9B. Grayscale: #CBCBCB. Windows color (decimal): -1519516 or 6607080. OLE color: 6607080.

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

Color convert

RGB 232 208 100 -
CMYK 0 0.10 0.57 0.09
HSL 49.09º 0.74% 0.65% -
HSV(B) 49.09º 0.57% 0.91% -
XYZ 58.13 63.19 21.19 -
YUV 202.86 69.95 148.78 -
System Red Green Blue C M Y K H S L
Decimal 232 208 100 0 0.10 0.57 0.09 49.09 0.74 0.65
Hex E8 D0 64 0 A 39 9 31 4A 41
Octal 350 320 144 0 12 71 11 61 112 101
Binary 11101000 11010000 1100100 0 1010 111001 1001 110001 1001010 1000001

Color Harmonies of #E8D064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D064

Black with #E8D064

Text Example


Text Example

White with #E8D064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D064; }

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

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

background-color css

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

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

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

border-color css

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

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

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