Html Css Color HEX #E0B386 Brandy

📋 copy color: '#E0B386'

red 224 ◦ green 179 ◦ blue 134

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

Shades of Brandy #E0B386

Tints of Brandy #E0B386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.95%

R = 41.71%
G = 33.33%
B = 24.95%

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

#E0B386 (or 0xE0B386) is known color: Brandy. HEX triplet: E0, B3 and 86. RGB value is (224,179,134). Sum of RGB (Red+Green+Blue) = 224+179+134=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B386 is #1F4C79. Grayscale: #BBBBBB. Windows color (decimal): -2051194 or 8827872. OLE color: 8827872.

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

Color convert

RGB 224 179 134 -
CMYK 0 0.20 0.40 0.12
HSL 30º 0.59% 0.7% -
HSV(B) 30º 0.4% 0.88% -
XYZ 51.16 49.81 29.47 -
YUV 187.33 97.91 154.16 -
System Red Green Blue C M Y K H S L
Decimal 224 179 134 0 0.20 0.40 0.12 30 0.59 0.7
Hex E0 B3 86 0 14 28 C 1E 3B 46
Octal 340 263 206 0 24 50 14 36 73 106
Binary 11100000 10110011 10000110 0 10100 101000 1100 11110 111011 1000110

Color Harmonies of #E0B386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B386

Black with #E0B386

Text Example


Text Example

White with #E0B386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B386; }

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

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

background-color css

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

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

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

border-color css

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

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

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