Html Css Color HEX #E5D562 Golden Sand

📋 copy color: '#E5D562'

red 229 ◦ green 213 ◦ blue 98

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

Shades of Golden Sand #E5D562

Tints of Golden Sand #E5D562

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.44%

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

R = 42.41%
G = 39.44%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E5D562 (or 0xE5D562) is known color: Golden Sand. HEX triplet: E5, D5 and 62. RGB value is (229,213,98). Sum of RGB (Red+Green+Blue) = 229+213+98=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 98 (38.67% from 255 or 18.15% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D562 is #1A2A9D. Grayscale: #CDCDCD. Windows color (decimal): -1714846 or 6477285. OLE color: 6477285.

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

Color convert

RGB 229 213 98 -
CMYK 0 0.07 0.57 0.10
HSL 52.67º 0.72% 0.64% -
HSV(B) 52.67º 0.57% 0.9% -
XYZ 58.31 65.13 21.05 -
YUV 204.67 67.8 145.35 -
System Red Green Blue C M Y K H S L
Decimal 229 213 98 0 0.07 0.57 0.10 52.67 0.72 0.64
Hex E5 D5 62 0 7 39 A 35 48 40
Octal 345 325 142 0 7 71 12 65 110 100
Binary 11100101 11010101 1100010 0 111 111001 1010 110101 1001000 1000000

Color Harmonies of #E5D562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D562

Black with #E5D562

Text Example


Text Example

White with #E5D562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D562; }

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

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

background-color css

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

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

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

border-color css

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

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

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