Html Css Color HEX #E0B484 Burly Wood

📋 copy color: '#E0B484'

red 224 ◦ green 180 ◦ blue 132

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

Shades of Burly Wood #E0B484

Tints of Burly Wood #E0B484

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.58%

 BLUE value IS 132 (51.95% from 255) = 24.63%

R = 41.79%
G = 33.58%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E0B484 (or 0xE0B484) is known color: Burly Wood. HEX triplet: E0, B4 and 84. RGB value is (224,180,132). Sum of RGB (Red+Green+Blue) = 224+180+132=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 132 (51.95% from 255 or 24.63% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B484 is #1F4B7B. Grayscale: #BBBBBB. Windows color (decimal): -2050940 or 8697056. OLE color: 8697056.

HSL color Cylindrical-coordinate representation of color #E0B484: hue angle of 31.3º degrees, saturation: 0.6, 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 #E0B484 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 180 132 -
CMYK 0 0.20 0.41 0.12
HSL 31.3º 0.6% 0.7% -
HSV(B) 31.3º 0.41% 0.88% -
XYZ 51.23 50.16 28.81 -
YUV 187.68 96.58 153.9 -
System Red Green Blue C M Y K H S L
Decimal 224 180 132 0 0.20 0.41 0.12 31.3 0.6 0.7
Hex E0 B4 84 0 14 29 C 1F 3C 46
Octal 340 264 204 0 24 51 14 37 74 106
Binary 11100000 10110100 10000100 0 10100 101001 1100 11111 111100 1000110

Color Harmonies of #E0B484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B484

Black with #E0B484

Text Example


Text Example

White with #E0B484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B484; }

 p { color: rgb(224,180,132); }

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

background-color css

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

 a { background-color: rgb(224,180,132); }

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

border-color css

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

 span { border-color: rgb(224,180,132); }

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