Html Css Color HEX #EBC972 Golden Sand

📋 copy color: '#EBC972'

red 235 ◦ green 201 ◦ blue 114

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

Shades of Golden Sand #EBC972

Tints of Golden Sand #EBC972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.73%

R = 42.73%
G = 36.55%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBC972 (or 0xEBC972) is known color: Golden Sand. HEX triplet: EB, C9 and 72. RGB value is (235,201,114). Sum of RGB (Red+Green+Blue) = 235+201+114=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 114 (44.92% from 255 or 20.73% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC972 is #14368D. Grayscale: #C9C9C9. Windows color (decimal): -1324686 or 7522795. OLE color: 7522795.

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

Color convert

RGB 235 201 114 -
CMYK 0 0.14 0.51 0.08
HSL 43.14º 0.75% 0.68% -
HSV(B) 43.14º 0.51% 0.92% -
XYZ 58.18 60.65 24.56 -
YUV 201.25 78.76 152.07 -
System Red Green Blue C M Y K H S L
Decimal 235 201 114 0 0.14 0.51 0.08 43.14 0.75 0.68
Hex EB C9 72 0 E 33 8 2B 4B 44
Octal 353 311 162 0 16 63 10 53 113 104
Binary 11101011 11001001 1110010 0 1110 110011 1000 101011 1001011 1000100

Color Harmonies of #EBC972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC972

Black with #EBC972

Text Example


Text Example

White with #EBC972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC972; }

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

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

background-color css

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

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

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

border-color css

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

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

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