Html Css Color HEX #E5D764 Golden Sand

📋 copy color: '#E5D764'

red 229 ◦ green 215 ◦ blue 100

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

Shades of Golden Sand #E5D764

Tints of Golden Sand #E5D764

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.52%

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

R = 42.1%
G = 39.52%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E5D764 (or 0xE5D764) is known color: Golden Sand. HEX triplet: E5, D7 and 64. RGB value is (229,215,100). Sum of RGB (Red+Green+Blue) = 229+215+100=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D764 is #1A289B. Grayscale: #CECECE. Windows color (decimal): -1714332 or 6608869. OLE color: 6608869.

HSL color Cylindrical-coordinate representation of color #E5D764: hue angle of 53.49º 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 #E5D764 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 215 100 -
CMYK 0 0.06 0.56 0.10
HSL 53.49º 0.71% 0.65% -
HSV(B) 53.49º 0.56% 0.9% -
XYZ 58.91 66.18 21.73 -
YUV 206.08 68.14 144.35 -
System Red Green Blue C M Y K H S L
Decimal 229 215 100 0 0.06 0.56 0.10 53.49 0.71 0.65
Hex E5 D7 64 0 6 38 A 35 47 41
Octal 345 327 144 0 6 70 12 65 107 101
Binary 11100101 11010111 1100100 0 110 111000 1010 110101 1000111 1000001

Color Harmonies of #E5D764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D764

Black with #E5D764

Text Example


Text Example

White with #E5D764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D764; }

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

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

background-color css

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

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

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

border-color css

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

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

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