Html Css Color HEX #EBA06D Sandy Brown

📋 copy color: '#EBA06D'

red 235 ◦ green 160 ◦ blue 109

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

Shades of Sandy Brown #EBA06D

Tints of Sandy Brown #EBA06D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.75%

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

R = 46.63%
G = 31.75%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EBA06D (or 0xEBA06D) is known color: Sandy Brown. HEX triplet: EB, A0 and 6D. RGB value is (235,160,109). Sum of RGB (Red+Green+Blue) = 235+160+109=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA06D is #145F92. Grayscale: #B0B0B0. Windows color (decimal): -1335187 or 7184619. OLE color: 7184619.

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

Color convert

RGB 235 160 109 -
CMYK 0 0.32 0.54 0.08
HSL 24.29º 0.76% 0.67% -
HSV(B) 24.29º 0.54% 0.92% -
XYZ 49.59 43.91 20.33 -
YUV 176.61 89.85 169.65 -
System Red Green Blue C M Y K H S L
Decimal 235 160 109 0 0.32 0.54 0.08 24.29 0.76 0.67
Hex EB A0 6D 0 20 36 8 18 4C 43
Octal 353 240 155 0 40 66 10 30 114 103
Binary 11101011 10100000 1101101 0 100000 110110 1000 11000 1001100 1000011

Color Harmonies of #EBA06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA06D

Black with #EBA06D

Text Example


Text Example

White with #EBA06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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