Html Css Color HEX #EBC56E Golden Sand

📋 copy color: '#EBC56E'

red 235 ◦ green 197 ◦ blue 110

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

Shades of Golden Sand #EBC56E

Tints of Golden Sand #EBC56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.3%

R = 43.36%
G = 36.35%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBC56E (or 0xEBC56E) is known color: Golden Sand. HEX triplet: EB, C5 and 6E. RGB value is (235,197,110). Sum of RGB (Red+Green+Blue) = 235+197+110=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC56E is #143A91. Grayscale: #C6C6C6. Windows color (decimal): -1325714 or 7259627. OLE color: 7259627.

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

Color convert

RGB 235 197 110 -
CMYK 0 0.16 0.53 0.08
HSL 41.76º 0.76% 0.68% -
HSV(B) 41.76º 0.53% 0.92% -
XYZ 57.04 58.72 23.08 -
YUV 198.44 78.09 154.07 -
System Red Green Blue C M Y K H S L
Decimal 235 197 110 0 0.16 0.53 0.08 41.76 0.76 0.68
Hex EB C5 6E 0 10 35 8 2A 4C 44
Octal 353 305 156 0 20 65 10 52 114 104
Binary 11101011 11000101 1101110 0 10000 110101 1000 101010 1001100 1000100

Color Harmonies of #EBC56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC56E

Black with #EBC56E

Text Example


Text Example

White with #EBC56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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