Html Css Color HEX #EBC56F Golden Sand

📋 copy color: '#EBC56F'

red 235 ◦ green 197 ◦ blue 111

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

Shades of Golden Sand #EBC56F

Tints of Golden Sand #EBC56F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.44%

R = 43.28%
G = 36.28%
B = 20.44%

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

#EBC56F (or 0xEBC56F) is known color: Golden Sand. HEX triplet: EB, C5 and 6F. RGB value is (235,197,111). Sum of RGB (Red+Green+Blue) = 235+197+111=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 111 (43.75% from 255 or 20.44% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC56F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC56F is #143A90. Grayscale: #C6C6C6. Windows color (decimal): -1325713 or 7325163. OLE color: 7325163.

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

Color convert

RGB 235 197 111 -
CMYK 0 0.16 0.53 0.08
HSL 41.61º 0.76% 0.68% -
HSV(B) 41.61º 0.53% 0.92% -
XYZ 57.1 58.74 23.37 -
YUV 198.56 78.59 153.99 -
System Red Green Blue C M Y K H S L
Decimal 235 197 111 0 0.16 0.53 0.08 41.61 0.76 0.68
Hex EB C5 6F 0 10 35 8 2A 4C 44
Octal 353 305 157 0 20 65 10 52 114 104
Binary 11101011 11000101 1101111 0 10000 110101 1000 101010 1001100 1000100

Color Harmonies of #EBC56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC56F

Black with #EBC56F

Text Example


Text Example

White with #EBC56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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