Html Css Color HEX #E5C96D Golden Sand

📋 copy color: '#E5C96D'

red 229 ◦ green 201 ◦ blue 109

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

Shades of Golden Sand #E5C96D

Tints of Golden Sand #E5C96D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.29%

 BLUE value IS 109 (42.97% from 255) = 20.22%

R = 42.49%
G = 37.29%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5C96D (or 0xE5C96D) is known color: Golden Sand. HEX triplet: E5, C9 and 6D. RGB value is (229,201,109). Sum of RGB (Red+Green+Blue) = 229+201+109=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C96D is #1A3692. Grayscale: #C7C7C7. Windows color (decimal): -1717907 or 7195109. OLE color: 7195109.

HSL color Cylindrical-coordinate representation of color #E5C96D: hue angle of 46º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5C96D is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 201 109 -
CMYK 0 0.12 0.52 0.10
HSL 46º 0.7% 0.66% -
HSV(B) 46º 0.52% 0.9% -
XYZ 55.96 59.54 23.01 -
YUV 198.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 229 201 109 0 0.12 0.52 0.10 46 0.7 0.66
Hex E5 C9 6D 0 C 34 A 2E 46 42
Octal 345 311 155 0 14 64 12 56 106 102
Binary 11100101 11001001 1101101 0 1100 110100 1010 101110 1000110 1000010

Color Harmonies of #E5C96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C96D

Black with #E5C96D

Text Example


Text Example

White with #E5C96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C96D; }

 p { color: rgb(229,201,109); }

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

background-color css

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

 a { background-color: rgb(229,201,109); }

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

border-color css

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

 span { border-color: rgb(229,201,109); }

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