Html Css Color HEX #E1CB60 Golden Sand

📋 copy color: '#E1CB60'

red 225 ◦ green 203 ◦ blue 96

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

Shades of Golden Sand #E1CB60

Tints of Golden Sand #E1CB60

RGB

 RED value IS 225 (88.28% from 255) = 42.94%

 GREEN value IS 203 (79.69% from 255) = 38.74%

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

R = 42.94%
G = 38.74%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E1CB60 (or 0xE1CB60) is known color: Golden Sand. HEX triplet: E1, CB and 60. RGB value is (225,203,96). Sum of RGB (Red+Green+Blue) = 225+203+96=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CB60 is #1E349F. Grayscale: #C5C5C5. Windows color (decimal): -1979552 or 6343649. OLE color: 6343649.

HSL color Cylindrical-coordinate representation of color #E1CB60: hue angle of 49.77º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E1CB60 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 203 96 -
CMYK 0 0.10 0.57 0.12
HSL 49.77º 0.68% 0.63% -
HSV(B) 49.77º 0.57% 0.88% -
XYZ 54.52 59.56 19.69 -
YUV 197.38 70.79 147.7 -
System Red Green Blue C M Y K H S L
Decimal 225 203 96 0 0.10 0.57 0.12 49.77 0.68 0.63
Hex E1 CB 60 0 A 39 C 32 44 3F
Octal 341 313 140 0 12 71 14 62 104 77
Binary 11100001 11001011 1100000 0 1010 111001 1100 110010 1000100 111111

Color Harmonies of #E1CB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CB60

Black with #E1CB60

Text Example


Text Example

White with #E1CB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CB60; }

 p { color: rgb(225,203,96); }

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

background-color css

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

 a { background-color: rgb(225,203,96); }

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

border-color css

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

 span { border-color: rgb(225,203,96); }

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