Html Css Color HEX #E0B387 Brandy

📋 copy color: '#E0B387'

red 224 ◦ green 179 ◦ blue 135

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

Shades of Brandy #E0B387

Tints of Brandy #E0B387

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.27%

 BLUE value IS 135 (53.13% from 255) = 25.09%

R = 41.64%
G = 33.27%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E0B387 (or 0xE0B387) is known color: Brandy. HEX triplet: E0, B3 and 87. RGB value is (224,179,135). Sum of RGB (Red+Green+Blue) = 224+179+135=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 135 (53.12% from 255 or 25.09% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B387 is #1F4C78. Grayscale: #BBBBBB. Windows color (decimal): -2051193 or 8893408. OLE color: 8893408.

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

Color convert

RGB 224 179 135 -
CMYK 0 0.20 0.40 0.12
HSL 29.66º 0.59% 0.7% -
HSV(B) 29.66º 0.4% 0.88% -
XYZ 51.23 49.84 29.84 -
YUV 187.44 98.41 154.08 -
System Red Green Blue C M Y K H S L
Decimal 224 179 135 0 0.20 0.40 0.12 29.66 0.59 0.7
Hex E0 B3 87 0 14 28 C 1E 3B 46
Octal 340 263 207 0 24 50 14 36 73 106
Binary 11100000 10110011 10000111 0 10100 101000 1100 11110 111011 1000110

Color Harmonies of #E0B387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B387

Black with #E0B387

Text Example


Text Example

White with #E0B387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B387; }

 p { color: rgb(224,179,135); }

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

background-color css

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

 a { background-color: rgb(224,179,135); }

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

border-color css

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

 span { border-color: rgb(224,179,135); }

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