Html Css Color HEX #EBC96F Golden Sand

📋 copy color: '#EBC96F'

red 235 ◦ green 201 ◦ blue 111

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

Shades of Golden Sand #EBC96F

Tints of Golden Sand #EBC96F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.75%

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

R = 42.96%
G = 36.75%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBC96F (or 0xEBC96F) is known color: Golden Sand. HEX triplet: EB, C9 and 6F. RGB value is (235,201,111). Sum of RGB (Red+Green+Blue) = 235+201+111=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC96F is #143690. Grayscale: #C9C9C9. Windows color (decimal): -1324689 or 7326187. OLE color: 7326187.

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

Color convert

RGB 235 201 111 -
CMYK 0 0.14 0.53 0.08
HSL 43.55º 0.76% 0.68% -
HSV(B) 43.55º 0.53% 0.92% -
XYZ 58.02 60.58 23.67 -
YUV 200.91 77.26 152.32 -
System Red Green Blue C M Y K H S L
Decimal 235 201 111 0 0.14 0.53 0.08 43.55 0.76 0.68
Hex EB C9 6F 0 E 35 8 2C 4C 44
Octal 353 311 157 0 16 65 10 54 114 104
Binary 11101011 11001001 1101111 0 1110 110101 1000 101100 1001100 1000100

Color Harmonies of #EBC96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC96F

Black with #EBC96F

Text Example


Text Example

White with #EBC96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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