Html Css Color HEX #E0B585 Burly Wood

📋 copy color: '#E0B585'

red 224 ◦ green 181 ◦ blue 133

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

Shades of Burly Wood #E0B585

Tints of Burly Wood #E0B585

RGB

 RED value IS 224 (87.89% from 255) = 41.64%

 GREEN value IS 181 (71.09% from 255) = 33.64%

 BLUE value IS 133 (52.34% from 255) = 24.72%

R = 41.64%
G = 33.64%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E0B585 (or 0xE0B585) is known color: Burly Wood. HEX triplet: E0, B5 and 85. RGB value is (224,181,133). Sum of RGB (Red+Green+Blue) = 224+181+133=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B585 is #1F4A7A. Grayscale: #BCBCBC. Windows color (decimal): -2050683 or 8762848. OLE color: 8762848.

HSL color Cylindrical-coordinate representation of color #E0B585: hue angle of 31.65º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0B585 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 181 133 -
CMYK 0 0.19 0.41 0.12
HSL 31.65º 0.59% 0.7% -
HSV(B) 31.65º 0.41% 0.88% -
XYZ 51.5 50.59 29.24 -
YUV 188.39 96.75 153.4 -
System Red Green Blue C M Y K H S L
Decimal 224 181 133 0 0.19 0.41 0.12 31.65 0.59 0.7
Hex E0 B5 85 0 13 29 C 20 3B 46
Octal 340 265 205 0 23 51 14 40 73 106
Binary 11100000 10110101 10000101 0 10011 101001 1100 100000 111011 1000110

Color Harmonies of #E0B585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B585

Black with #E0B585

Text Example


Text Example

White with #E0B585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B585; }

 p { color: rgb(224,181,133); }

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

background-color css

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

 a { background-color: rgb(224,181,133); }

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

border-color css

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

 span { border-color: rgb(224,181,133); }

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