Html Css Color HEX #EBC86F Golden Sand

📋 copy color: '#EBC86F'

red 235 ◦ green 200 ◦ blue 111

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

Shades of Golden Sand #EBC86F

Tints of Golden Sand #EBC86F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.63%

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

R = 43.04%
G = 36.63%
B = 20.33%

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

#EBC86F (or 0xEBC86F) is known color: Golden Sand. HEX triplet: EB, C8 and 6F. RGB value is (235,200,111). Sum of RGB (Red+Green+Blue) = 235+200+111=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 111 (43.75% from 255 or 20.33% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC86F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC86F is #143790. Grayscale: #C8C8C8. Windows color (decimal): -1324945 or 7325931. OLE color: 7325931.

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

Color convert

RGB 235 200 111 -
CMYK 0 0.15 0.53 0.08
HSL 43.06º 0.76% 0.68% -
HSV(B) 43.06º 0.53% 0.92% -
XYZ 57.78 60.12 23.6 -
YUV 200.32 77.6 152.74 -
System Red Green Blue C M Y K H S L
Decimal 235 200 111 0 0.15 0.53 0.08 43.06 0.76 0.68
Hex EB C8 6F 0 F 35 8 2B 4C 44
Octal 353 310 157 0 17 65 10 53 114 104
Binary 11101011 11001000 1101111 0 1111 110101 1000 101011 1001100 1000100

Color Harmonies of #EBC86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC86F

Black with #EBC86F

Text Example


Text Example

White with #EBC86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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