Html Css Color HEX #E5C96E Golden Sand

📋 copy color: '#E5C96E'

red 229 ◦ green 201 ◦ blue 110

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

Shades of Golden Sand #E5C96E

Tints of Golden Sand #E5C96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.37%

R = 42.41%
G = 37.22%
B = 20.37%

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

#E5C96E (or 0xE5C96E) is known color: Golden Sand. HEX triplet: E5, C9 and 6E. RGB value is (229,201,110). Sum of RGB (Red+Green+Blue) = 229+201+110=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 110 (43.36% from 255 or 20.37% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C96E is #1A3691. Grayscale: #C7C7C7. Windows color (decimal): -1717906 or 7260645. OLE color: 7260645.

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

Color convert

RGB 229 201 110 -
CMYK 0 0.12 0.52 0.10
HSL 45.88º 0.7% 0.66% -
HSV(B) 45.88º 0.52% 0.9% -
XYZ 56.01 59.56 23.3 -
YUV 199 77.78 149.4 -
System Red Green Blue C M Y K H S L
Decimal 229 201 110 0 0.12 0.52 0.10 45.88 0.7 0.66
Hex E5 C9 6E 0 C 34 A 2E 46 42
Octal 345 311 156 0 14 64 12 56 106 102
Binary 11100101 11001001 1101110 0 1100 110100 1010 101110 1000110 1000010

Color Harmonies of #E5C96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C96E

Black with #E5C96E

Text Example


Text Example

White with #E5C96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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