Html Css Color HEX #EBC56B Golden Sand

📋 copy color: '#EBC56B'

red 235 ◦ green 197 ◦ blue 107

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

Shades of Golden Sand #EBC56B

Tints of Golden Sand #EBC56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.85%

R = 43.6%
G = 36.55%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EBC56B (or 0xEBC56B) is known color: Golden Sand. HEX triplet: EB, C5 and 6B. RGB value is (235,197,107). Sum of RGB (Red+Green+Blue) = 235+197+107=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 107 (42.19% from 255 or 19.85% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC56B is #143A94. Grayscale: #C6C6C6. Windows color (decimal): -1325717 or 7063019. OLE color: 7063019.

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

Color convert

RGB 235 197 107 -
CMYK 0 0.16 0.54 0.08
HSL 42.19º 0.76% 0.67% -
HSV(B) 42.19º 0.54% 0.92% -
XYZ 56.88 58.66 22.23 -
YUV 198.1 76.59 154.32 -
System Red Green Blue C M Y K H S L
Decimal 235 197 107 0 0.16 0.54 0.08 42.19 0.76 0.67
Hex EB C5 6B 0 10 36 8 2A 4C 43
Octal 353 305 153 0 20 66 10 52 114 103
Binary 11101011 11000101 1101011 0 10000 110110 1000 101010 1001100 1000011

Color Harmonies of #EBC56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC56B

Black with #EBC56B

Text Example


Text Example

White with #EBC56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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