Html Css Color HEX #EBC772 Golden Sand

📋 copy color: '#EBC772'

red 235 ◦ green 199 ◦ blue 114

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

Shades of Golden Sand #EBC772

Tints of Golden Sand #EBC772

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.31%

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

R = 42.88%
G = 36.31%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBC772 (or 0xEBC772) is known color: Golden Sand. HEX triplet: EB, C7 and 72. RGB value is (235,199,114). Sum of RGB (Red+Green+Blue) = 235+199+114=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC772 is #14388D. Grayscale: #C8C8C8. Windows color (decimal): -1325198 or 7522283. OLE color: 7522283.

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

Color convert

RGB 235 199 114 -
CMYK 0 0.15 0.51 0.08
HSL 42.15º 0.75% 0.68% -
HSV(B) 42.15º 0.51% 0.92% -
XYZ 57.72 59.72 24.41 -
YUV 200.07 79.43 152.91 -
System Red Green Blue C M Y K H S L
Decimal 235 199 114 0 0.15 0.51 0.08 42.15 0.75 0.68
Hex EB C7 72 0 F 33 8 2A 4B 44
Octal 353 307 162 0 17 63 10 52 113 104
Binary 11101011 11000111 1110010 0 1111 110011 1000 101010 1001011 1000100

Color Harmonies of #EBC772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC772

Black with #EBC772

Text Example


Text Example

White with #EBC772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC772; }

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

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

background-color css

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

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

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

border-color css

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

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

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