Html Css Color HEX #EBC870 Golden Sand

📋 copy color: '#EBC870'

red 235 ◦ green 200 ◦ blue 112

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

Shades of Golden Sand #EBC870

Tints of Golden Sand #EBC870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.48%

R = 42.96%
G = 36.56%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EBC870 (or 0xEBC870) is known color: Golden Sand. HEX triplet: EB, C8 and 70. RGB value is (235,200,112). Sum of RGB (Red+Green+Blue) = 235+200+112=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC870 is #14378F. Grayscale: #C8C8C8. Windows color (decimal): -1324944 or 7391467. OLE color: 7391467.

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

Color convert

RGB 235 200 112 -
CMYK 0 0.15 0.52 0.08
HSL 42.93º 0.75% 0.68% -
HSV(B) 42.93º 0.52% 0.92% -
XYZ 57.84 60.14 23.89 -
YUV 200.43 78.1 152.66 -
System Red Green Blue C M Y K H S L
Decimal 235 200 112 0 0.15 0.52 0.08 42.93 0.75 0.68
Hex EB C8 70 0 F 34 8 2B 4B 44
Octal 353 310 160 0 17 64 10 53 113 104
Binary 11101011 11001000 1110000 0 1111 110100 1000 101011 1001011 1000100

Color Harmonies of #EBC870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC870

Black with #EBC870

Text Example


Text Example

White with #EBC870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC870; }

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

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

background-color css

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

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

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

border-color css

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

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

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