Html Css Color HEX #E5C96C Golden Sand

📋 copy color: '#E5C96C'

red 229 ◦ green 201 ◦ blue 108

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

Shades of Golden Sand #E5C96C

Tints of Golden Sand #E5C96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.07%

R = 42.57%
G = 37.36%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E5C96C (or 0xE5C96C) is known color: Golden Sand. HEX triplet: E5, C9 and 6C. RGB value is (229,201,108). Sum of RGB (Red+Green+Blue) = 229+201+108=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C96C is #1A3693. Grayscale: #C7C7C7. Windows color (decimal): -1717908 or 7129573. OLE color: 7129573.

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

Color convert

RGB 229 201 108 -
CMYK 0 0.12 0.53 0.10
HSL 46.12º 0.7% 0.66% -
HSV(B) 46.12º 0.53% 0.9% -
XYZ 55.91 59.51 22.73 -
YUV 198.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 229 201 108 0 0.12 0.53 0.10 46.12 0.7 0.66
Hex E5 C9 6C 0 C 35 A 2E 46 42
Octal 345 311 154 0 14 65 12 56 106 102
Binary 11100101 11001001 1101100 0 1100 110101 1010 101110 1000110 1000010

Color Harmonies of #E5C96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C96C

Black with #E5C96C

Text Example


Text Example

White with #E5C96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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