Html Css Color HEX #EBC86E Golden Sand

📋 copy color: '#EBC86E'

red 235 ◦ green 200 ◦ blue 110

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

Shades of Golden Sand #EBC86E

Tints of Golden Sand #EBC86E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.18%

R = 43.12%
G = 36.7%
B = 20.18%

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

#EBC86E (or 0xEBC86E) is known color: Golden Sand. HEX triplet: EB, C8 and 6E. RGB value is (235,200,110). Sum of RGB (Red+Green+Blue) = 235+200+110=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 110 (43.36% from 255 or 20.18% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC86E is #143791. Grayscale: #C8C8C8. Windows color (decimal): -1324946 or 7260395. OLE color: 7260395.

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

Color convert

RGB 235 200 110 -
CMYK 0 0.15 0.53 0.08
HSL 43.2º 0.76% 0.68% -
HSV(B) 43.2º 0.53% 0.92% -
XYZ 57.73 60.1 23.31 -
YUV 200.21 77.1 152.82 -
System Red Green Blue C M Y K H S L
Decimal 235 200 110 0 0.15 0.53 0.08 43.2 0.76 0.68
Hex EB C8 6E 0 F 35 8 2B 4C 44
Octal 353 310 156 0 17 65 10 53 114 104
Binary 11101011 11001000 1101110 0 1111 110101 1000 101011 1001100 1000100

Color Harmonies of #EBC86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC86E

Black with #EBC86E

Text Example


Text Example

White with #EBC86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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