Html Css Color HEX #EBC561 Golden Sand

📋 copy color: '#EBC561'

red 235 ◦ green 197 ◦ blue 97

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

Shades of Golden Sand #EBC561

Tints of Golden Sand #EBC561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.34%

R = 44.42%
G = 37.24%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EBC561 (or 0xEBC561) is known color: Golden Sand. HEX triplet: EB, C5 and 61. RGB value is (235,197,97). Sum of RGB (Red+Green+Blue) = 235+197+97=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC561 is #143A9E. Grayscale: #C5C5C5. Windows color (decimal): -1325727 or 6407659. OLE color: 6407659.

HSL color Cylindrical-coordinate representation of color #EBC561: hue angle of 43.48º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EBC561 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 197 97 -
CMYK 0 0.16 0.59 0.08
HSL 43.48º 0.78% 0.65% -
HSV(B) 43.48º 0.59% 0.92% -
XYZ 56.38 58.46 19.62 -
YUV 196.96 71.59 155.13 -
System Red Green Blue C M Y K H S L
Decimal 235 197 97 0 0.16 0.59 0.08 43.48 0.78 0.65
Hex EB C5 61 0 10 3B 8 2B 4E 41
Octal 353 305 141 0 20 73 10 53 116 101
Binary 11101011 11000101 1100001 0 10000 111011 1000 101011 1001110 1000001

Color Harmonies of #EBC561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC561

Black with #EBC561

Text Example


Text Example

White with #EBC561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC561; }

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

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

background-color css

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

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

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

border-color css

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

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

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