Html Css Color HEX #EBC970 Golden Sand

📋 copy color: '#EBC970'

red 235 ◦ green 201 ◦ blue 112

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

Shades of Golden Sand #EBC970

Tints of Golden Sand #EBC970

RGB

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

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

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

R = 42.88%
G = 36.68%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EBC970 (or 0xEBC970) is known color: Golden Sand. HEX triplet: EB, C9 and 70. RGB value is (235,201,112). Sum of RGB (Red+Green+Blue) = 235+201+112=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC970 is #14368F. Grayscale: #C9C9C9. Windows color (decimal): -1324688 or 7391723. OLE color: 7391723.

HSL color Cylindrical-coordinate representation of color #EBC970: hue angle of 43.41º 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 #EBC970 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 201 112 -
CMYK 0 0.14 0.52 0.08
HSL 43.41º 0.75% 0.68% -
HSV(B) 43.41º 0.52% 0.92% -
XYZ 58.07 60.61 23.97 -
YUV 201.02 77.76 152.24 -
System Red Green Blue C M Y K H S L
Decimal 235 201 112 0 0.14 0.52 0.08 43.41 0.75 0.68
Hex EB C9 70 0 E 34 8 2B 4B 44
Octal 353 311 160 0 16 64 10 53 113 104
Binary 11101011 11001001 1110000 0 1110 110100 1000 101011 1001011 1000100

Color Harmonies of #EBC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC970

Black with #EBC970

Text Example


Text Example

White with #EBC970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC970; }

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

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

background-color css

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

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

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

border-color css

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

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

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