Html Css Color HEX #EBC86D Golden Sand

📋 copy color: '#EBC86D'

red 235 ◦ green 200 ◦ blue 109

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

Shades of Golden Sand #EBC86D

Tints of Golden Sand #EBC86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.04%

R = 43.2%
G = 36.76%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EBC86D (or 0xEBC86D) is known color: Golden Sand. HEX triplet: EB, C8 and 6D. RGB value is (235,200,109). Sum of RGB (Red+Green+Blue) = 235+200+109=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 109 (42.97% from 255 or 20.04% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC86D is #143792. Grayscale: #C8C8C8. Windows color (decimal): -1324947 or 7194859. OLE color: 7194859.

HSL color Cylindrical-coordinate representation of color #EBC86D: hue angle of 43.33º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBC86D is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 200 109 -
CMYK 0 0.15 0.54 0.08
HSL 43.33º 0.76% 0.67% -
HSV(B) 43.33º 0.54% 0.92% -
XYZ 57.68 60.07 23.02 -
YUV 200.09 76.6 152.9 -
System Red Green Blue C M Y K H S L
Decimal 235 200 109 0 0.15 0.54 0.08 43.33 0.76 0.67
Hex EB C8 6D 0 F 36 8 2B 4C 43
Octal 353 310 155 0 17 66 10 53 114 103
Binary 11101011 11001000 1101101 0 1111 110110 1000 101011 1001100 1000011

Color Harmonies of #EBC86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC86D

Black with #EBC86D

Text Example


Text Example

White with #EBC86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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