Html Css Color HEX #EBC76F Golden Sand

📋 copy color: '#EBC76F'

red 235 ◦ green 199 ◦ blue 111

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

Shades of Golden Sand #EBC76F

Tints of Golden Sand #EBC76F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.51%

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

R = 43.12%
G = 36.51%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBC76F (or 0xEBC76F) is known color: Golden Sand. HEX triplet: EB, C7 and 6F. RGB value is (235,199,111). Sum of RGB (Red+Green+Blue) = 235+199+111=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC76F is #143890. Grayscale: #C8C8C8. Windows color (decimal): -1325201 or 7325675. OLE color: 7325675.

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

Color convert

RGB 235 199 111 -
CMYK 0 0.15 0.53 0.08
HSL 42.58º 0.76% 0.68% -
HSV(B) 42.58º 0.53% 0.92% -
XYZ 57.55 59.66 23.52 -
YUV 199.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 235 199 111 0 0.15 0.53 0.08 42.58 0.76 0.68
Hex EB C7 6F 0 F 35 8 2B 4C 44
Octal 353 307 157 0 17 65 10 53 114 104
Binary 11101011 11000111 1101111 0 1111 110101 1000 101011 1001100 1000100

Color Harmonies of #EBC76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC76F

Black with #EBC76F

Text Example


Text Example

White with #EBC76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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