Html Css Color HEX #E5D062 Golden Sand

📋 copy color: '#E5D062'

red 229 ◦ green 208 ◦ blue 98

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

Shades of Golden Sand #E5D062

Tints of Golden Sand #E5D062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.32%

R = 42.8%
G = 38.88%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E5D062 (or 0xE5D062) is known color: Golden Sand. HEX triplet: E5, D0 and 62. RGB value is (229,208,98). Sum of RGB (Red+Green+Blue) = 229+208+98=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D062 is #1A2F9D. Grayscale: #CACACA. Windows color (decimal): -1716126 or 6476005. OLE color: 6476005.

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

Color convert

RGB 229 208 98 -
CMYK 0 0.09 0.57 0.10
HSL 50.38º 0.72% 0.64% -
HSV(B) 50.38º 0.57% 0.9% -
XYZ 57.07 62.65 20.64 -
YUV 201.74 69.46 147.44 -
System Red Green Blue C M Y K H S L
Decimal 229 208 98 0 0.09 0.57 0.10 50.38 0.72 0.64
Hex E5 D0 62 0 9 39 A 32 48 40
Octal 345 320 142 0 11 71 12 62 110 100
Binary 11100101 11010000 1100010 0 1001 111001 1010 110010 1001000 1000000

Color Harmonies of #E5D062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D062

Black with #E5D062

Text Example


Text Example

White with #E5D062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D062; }

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

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

background-color css

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

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

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

border-color css

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

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

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