Html Css Color HEX #E3C860 Golden Sand

📋 copy color: '#E3C860'

red 227 ◦ green 200 ◦ blue 96

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

Shades of Golden Sand #E3C860

Tints of Golden Sand #E3C860

RGB

 RED value IS 227 (89.06% from 255) = 43.4%

 GREEN value IS 200 (78.52% from 255) = 38.24%

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

R = 43.4%
G = 38.24%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E3C860 (or 0xE3C860) is known color: Golden Sand. HEX triplet: E3, C8 and 60. RGB value is (227,200,96). Sum of RGB (Red+Green+Blue) = 227+200+96=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C860 is #1C379F. Grayscale: #C4C4C4. Windows color (decimal): -1849248 or 6342883. OLE color: 6342883.

HSL color Cylindrical-coordinate representation of color #E3C860: hue angle of 47.63º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E3C860 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 200 96 -
CMYK 0 0.12 0.58 0.11
HSL 47.63º 0.7% 0.63% -
HSV(B) 47.63º 0.58% 0.89% -
XYZ 54.44 58.48 19.49 -
YUV 196.22 71.45 149.96 -
System Red Green Blue C M Y K H S L
Decimal 227 200 96 0 0.12 0.58 0.11 47.63 0.7 0.63
Hex E3 C8 60 0 C 3A B 30 46 3F
Octal 343 310 140 0 14 72 13 60 106 77
Binary 11100011 11001000 1100000 0 1100 111010 1011 110000 1000110 111111

Color Harmonies of #E3C860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3C860

Black with #E3C860

Text Example


Text Example

White with #E3C860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3C860; }

 p { color: rgb(227,200,96); }

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

background-color css

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

 a { background-color: rgb(227,200,96); }

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

border-color css

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

 span { border-color: rgb(227,200,96); }

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