Html Css Color HEX #E5C260 Golden Sand

📋 copy color: '#E5C260'

red 229 ◦ green 194 ◦ blue 96

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

Shades of Golden Sand #E5C260

Tints of Golden Sand #E5C260

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.38%

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

R = 44.12%
G = 37.38%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E5C260 (or 0xE5C260) is known color: Golden Sand. HEX triplet: E5, C2 and 60. RGB value is (229,194,96). Sum of RGB (Red+Green+Blue) = 229+194+96=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C260 is #1A3D9F. Grayscale: #C1C1C1. Windows color (decimal): -1719712 or 6341349. OLE color: 6341349.

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

Color convert

RGB 229 194 96 -
CMYK 0 0.15 0.58 0.10
HSL 44.21º 0.72% 0.64% -
HSV(B) 44.21º 0.58% 0.9% -
XYZ 53.72 56.09 19.06 -
YUV 193.29 73.1 153.47 -
System Red Green Blue C M Y K H S L
Decimal 229 194 96 0 0.15 0.58 0.10 44.21 0.72 0.64
Hex E5 C2 60 0 F 3A A 2C 48 40
Octal 345 302 140 0 17 72 12 54 110 100
Binary 11100101 11000010 1100000 0 1111 111010 1010 101100 1001000 1000000

Color Harmonies of #E5C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C260

Black with #E5C260

Text Example


Text Example

White with #E5C260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C260; }

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

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

background-color css

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

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

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

border-color css

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

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

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