Html Css Color HEX #E1C960 Golden Sand

📋 copy color: '#E1C960'

red 225 ◦ green 201 ◦ blue 96

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

Shades of Golden Sand #E1C960

Tints of Golden Sand #E1C960

RGB

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

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

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

R = 43.1%
G = 38.51%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E1C960 (or 0xE1C960) is known color: Golden Sand. HEX triplet: E1, C9 and 60. RGB value is (225,201,96). Sum of RGB (Red+Green+Blue) = 225+201+96=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C960 is #1E369F. Grayscale: #C4C4C4. Windows color (decimal): -1980064 or 6343137. OLE color: 6343137.

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

Color convert

RGB 225 201 96 -
CMYK 0 0.11 0.57 0.12
HSL 48.84º 0.68% 0.63% -
HSV(B) 48.84º 0.57% 0.88% -
XYZ 54.05 58.63 19.53 -
YUV 196.21 71.45 148.54 -
System Red Green Blue C M Y K H S L
Decimal 225 201 96 0 0.11 0.57 0.12 48.84 0.68 0.63
Hex E1 C9 60 0 B 39 C 31 44 3F
Octal 341 311 140 0 13 71 14 61 104 77
Binary 11100001 11001001 1100000 0 1011 111001 1100 110001 1000100 111111

Color Harmonies of #E1C960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C960

Black with #E1C960

Text Example


Text Example

White with #E1C960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C960; }

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

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

background-color css

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

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

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

border-color css

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

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

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