Html Css Color HEX #E5D061 Golden Sand

📋 copy color: '#E5D061'

red 229 ◦ green 208 ◦ blue 97

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

Shades of Golden Sand #E5D061

Tints of Golden Sand #E5D061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.16%

R = 42.88%
G = 38.95%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E5D061 (or 0xE5D061) is known color: Golden Sand. HEX triplet: E5, D0 and 61. RGB value is (229,208,97). Sum of RGB (Red+Green+Blue) = 229+208+97=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D061 is #1A2F9E. Grayscale: #CACACA. Windows color (decimal): -1716127 or 6410469. OLE color: 6410469.

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

Color convert

RGB 229 208 97 -
CMYK 0 0.09 0.58 0.10
HSL 50.45º 0.72% 0.64% -
HSV(B) 50.45º 0.58% 0.9% -
XYZ 57.03 62.63 20.39 -
YUV 201.63 68.96 147.53 -
System Red Green Blue C M Y K H S L
Decimal 229 208 97 0 0.09 0.58 0.10 50.45 0.72 0.64
Hex E5 D0 61 0 9 3A A 32 48 40
Octal 345 320 141 0 11 72 12 62 110 100
Binary 11100101 11010000 1100001 0 1001 111010 1010 110010 1001000 1000000

Color Harmonies of #E5D061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D061

Black with #E5D061

Text Example


Text Example

White with #E5D061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D061; }

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

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

background-color css

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

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

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

border-color css

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

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

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