Html Css Color HEX #EBC571 Golden Sand

📋 copy color: '#EBC571'

red 235 ◦ green 197 ◦ blue 113

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

Shades of Golden Sand #EBC571

Tints of Golden Sand #EBC571

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.15%

 BLUE value IS 113 (44.53% from 255) = 20.73%

R = 43.12%
G = 36.15%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EBC571 (or 0xEBC571) is known color: Golden Sand. HEX triplet: EB, C5 and 71. RGB value is (235,197,113). Sum of RGB (Red+Green+Blue) = 235+197+113=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC571 is #143A8E. Grayscale: #C7C7C7. Windows color (decimal): -1325711 or 7456235. OLE color: 7456235.

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

Color convert

RGB 235 197 113 -
CMYK 0 0.16 0.52 0.08
HSL 41.31º 0.75% 0.68% -
HSV(B) 41.31º 0.52% 0.92% -
XYZ 57.21 58.79 23.95 -
YUV 198.79 79.59 153.83 -
System Red Green Blue C M Y K H S L
Decimal 235 197 113 0 0.16 0.52 0.08 41.31 0.75 0.68
Hex EB C5 71 0 10 34 8 29 4B 44
Octal 353 305 161 0 20 64 10 51 113 104
Binary 11101011 11000101 1110001 0 10000 110100 1000 101001 1001011 1000100

Color Harmonies of #EBC571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC571

Black with #EBC571

Text Example


Text Example

White with #EBC571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC571; }

 p { color: rgb(235,197,113); }

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

background-color css

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

 a { background-color: rgb(235,197,113); }

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

border-color css

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

 span { border-color: rgb(235,197,113); }

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