Html Css Color HEX #E5C460 Golden Sand

📋 copy color: '#E5C460'

red 229 ◦ green 196 ◦ blue 96

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

Shades of Golden Sand #E5C460

Tints of Golden Sand #E5C460

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.62%

 BLUE value IS 96 (37.89% from 255) = 18.43%

R = 43.95%
G = 37.62%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E5C460 (or 0xE5C460) is known color: Golden Sand. HEX triplet: E5, C4 and 60. RGB value is (229,196,96). Sum of RGB (Red+Green+Blue) = 229+196+96=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C460 is #1A3B9F. Grayscale: #C2C2C2. Windows color (decimal): -1719200 or 6341861. OLE color: 6341861.

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

Color convert

RGB 229 196 96 -
CMYK 0 0.14 0.58 0.10
HSL 45.11º 0.72% 0.64% -
HSV(B) 45.11º 0.58% 0.9% -
XYZ 54.16 56.98 19.21 -
YUV 194.47 72.43 152.63 -
System Red Green Blue C M Y K H S L
Decimal 229 196 96 0 0.14 0.58 0.10 45.11 0.72 0.64
Hex E5 C4 60 0 E 3A A 2D 48 40
Octal 345 304 140 0 16 72 12 55 110 100
Binary 11100101 11000100 1100000 0 1110 111010 1010 101101 1001000 1000000

Color Harmonies of #E5C460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C460

Black with #E5C460

Text Example


Text Example

White with #E5C460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C460; }

 p { color: rgb(229,196,96); }

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

background-color css

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

 a { background-color: rgb(229,196,96); }

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

border-color css

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

 span { border-color: rgb(229,196,96); }

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