Html Css Color HEX #EBC564 Golden Sand

📋 copy color: '#EBC564'

red 235 ◦ green 197 ◦ blue 100

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

Shades of Golden Sand #EBC564

Tints of Golden Sand #EBC564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.8%

R = 44.17%
G = 37.03%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBC564 (or 0xEBC564) is known color: Golden Sand. HEX triplet: EB, C5 and 64. RGB value is (235,197,100). Sum of RGB (Red+Green+Blue) = 235+197+100=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC564 is #143A9B. Grayscale: #C5C5C5. Windows color (decimal): -1325724 or 6604267. OLE color: 6604267.

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

Color convert

RGB 235 197 100 -
CMYK 0 0.16 0.57 0.08
HSL 43.11º 0.77% 0.66% -
HSV(B) 43.11º 0.57% 0.92% -
XYZ 56.53 58.51 20.37 -
YUV 197.3 73.09 154.89 -
System Red Green Blue C M Y K H S L
Decimal 235 197 100 0 0.16 0.57 0.08 43.11 0.77 0.66
Hex EB C5 64 0 10 39 8 2B 4D 42
Octal 353 305 144 0 20 71 10 53 115 102
Binary 11101011 11000101 1100100 0 10000 111001 1000 101011 1001101 1000010

Color Harmonies of #EBC564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC564

Black with #EBC564

Text Example


Text Example

White with #EBC564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC564; }

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

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

background-color css

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

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

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

border-color css

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

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

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