Html Css Color HEX #E5D064 Golden Sand

📋 copy color: '#E5D064'

red 229 ◦ green 208 ◦ blue 100

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

Shades of Golden Sand #E5D064

Tints of Golden Sand #E5D064

RGB

 RED value IS 229 (89.84% from 255) = 42.64%

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

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

R = 42.64%
G = 38.73%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E5D064 (or 0xE5D064) is known color: Golden Sand. HEX triplet: E5, D0 and 64. RGB value is (229,208,100). Sum of RGB (Red+Green+Blue) = 229+208+100=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D064 is #1A2F9B. Grayscale: #CACACA. Windows color (decimal): -1716124 or 6607077. OLE color: 6607077.

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

Color convert

RGB 229 208 100 -
CMYK 0 0.09 0.56 0.10
HSL 50.23º 0.71% 0.65% -
HSV(B) 50.23º 0.56% 0.9% -
XYZ 57.17 62.69 21.14 -
YUV 201.97 70.46 147.28 -
System Red Green Blue C M Y K H S L
Decimal 229 208 100 0 0.09 0.56 0.10 50.23 0.71 0.65
Hex E5 D0 64 0 9 38 A 32 47 41
Octal 345 320 144 0 11 70 12 62 107 101
Binary 11100101 11010000 1100100 0 1001 111000 1010 110010 1000111 1000001

Color Harmonies of #E5D064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D064

Black with #E5D064

Text Example


Text Example

White with #E5D064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D064; }

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

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

background-color css

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

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

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

border-color css

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

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

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