Html Css Color HEX #E1BA88 Burly Wood

📋 copy color: '#E1BA88'

red 225 ◦ green 186 ◦ blue 136

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

Shades of Burly Wood #E1BA88

Tints of Burly Wood #E1BA88

RGB

 RED value IS 225 (88.28% from 255) = 41.13%

 GREEN value IS 186 (73.05% from 255) = 34%

 BLUE value IS 136 (53.52% from 255) = 24.86%

R = 41.13%
G = 34%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E1BA88 (or 0xE1BA88) is known color: Burly Wood. HEX triplet: E1, BA and 88. RGB value is (225,186,136). Sum of RGB (Red+Green+Blue) = 225+186+136=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 136 (53.52% from 255 or 24.86% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BA88 is #1E4577. Grayscale: #C0C0C0. Windows color (decimal): -1983864 or 8960737. OLE color: 8960737.

HSL color Cylindrical-coordinate representation of color #E1BA88: hue angle of 33.71º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1BA88 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 186 136 -
CMYK 0 0.17 0.40 0.12
HSL 33.71º 0.6% 0.71% -
HSV(B) 33.71º 0.4% 0.88% -
XYZ 53.05 52.9 30.71 -
YUV 191.96 96.42 151.57 -
System Red Green Blue C M Y K H S L
Decimal 225 186 136 0 0.17 0.40 0.12 33.71 0.6 0.71
Hex E1 BA 88 0 11 28 C 22 3C 47
Octal 341 272 210 0 21 50 14 42 74 107
Binary 11100001 10111010 10001000 0 10001 101000 1100 100010 111100 1000111

Color Harmonies of #E1BA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BA88

Black with #E1BA88

Text Example


Text Example

White with #E1BA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BA88; }

 p { color: rgb(225,186,136); }

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

background-color css

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

 a { background-color: rgb(225,186,136); }

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

border-color css

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

 span { border-color: rgb(225,186,136); }

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