Html Css Color HEX #EBC860 Golden Sand

📋 copy color: '#EBC860'

red 235 ◦ green 200 ◦ blue 96

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

Shades of Golden Sand #EBC860

Tints of Golden Sand #EBC860

RGB

 RED value IS 235 (92.19% from 255) = 44.26%

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

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

R = 44.26%
G = 37.66%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EBC860 (or 0xEBC860) is known color: Golden Sand. HEX triplet: EB, C8 and 60. RGB value is (235,200,96). Sum of RGB (Red+Green+Blue) = 235+200+96=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC860 is #14379F. Grayscale: #C7C7C7. Windows color (decimal): -1324960 or 6342891. OLE color: 6342891.

HSL color Cylindrical-coordinate representation of color #EBC860: hue angle of 44.89º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EBC860 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 200 96 -
CMYK 0 0.15 0.59 0.08
HSL 44.89º 0.78% 0.65% -
HSV(B) 44.89º 0.59% 0.92% -
XYZ 57.03 59.82 19.61 -
YUV 198.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 235 200 96 0 0.15 0.59 0.08 44.89 0.78 0.65
Hex EB C8 60 0 F 3B 8 2D 4E 41
Octal 353 310 140 0 17 73 10 55 116 101
Binary 11101011 11001000 1100000 0 1111 111011 1000 101101 1001110 1000001

Color Harmonies of #EBC860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC860

Black with #EBC860

Text Example


Text Example

White with #EBC860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC860; }

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

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

background-color css

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

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

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

border-color css

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

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

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