Html Css Color HEX #E0B289 Brandy

📋 copy color: '#E0B289'

red 224 ◦ green 178 ◦ blue 137

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

Shades of Brandy #E0B289

Tints of Brandy #E0B289

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.02%

 BLUE value IS 137 (53.91% from 255) = 25.42%

R = 41.56%
G = 33.02%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E0B289 (or 0xE0B289) is known color: Brandy. HEX triplet: E0, B2 and 89. RGB value is (224,178,137). Sum of RGB (Red+Green+Blue) = 224+178+137=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 137 (53.91% from 255 or 25.42% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B289 is #1F4D76. Grayscale: #BBBBBB. Windows color (decimal): -2051447 or 9024224. OLE color: 9024224.

HSL color Cylindrical-coordinate representation of color #E0B289: hue angle of 28.28º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E0B289 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 178 137 -
CMYK 0 0.21 0.39 0.12
HSL 28.28º 0.58% 0.71% -
HSV(B) 28.28º 0.39% 0.88% -
XYZ 51.18 49.49 30.52 -
YUV 187.08 99.74 154.33 -
System Red Green Blue C M Y K H S L
Decimal 224 178 137 0 0.21 0.39 0.12 28.28 0.58 0.71
Hex E0 B2 89 0 15 27 C 1C 3A 47
Octal 340 262 211 0 25 47 14 34 72 107
Binary 11100000 10110010 10001001 0 10101 100111 1100 11100 111010 1000111

Color Harmonies of #E0B289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B289

Black with #E0B289

Text Example


Text Example

White with #E0B289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B289; }

 p { color: rgb(224,178,137); }

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

background-color css

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

 a { background-color: rgb(224,178,137); }

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

border-color css

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

 span { border-color: rgb(224,178,137); }

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