Html Css Color HEX #E0B288 Brandy

📋 copy color: '#E0B288'

red 224 ◦ green 178 ◦ blue 136

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

Shades of Brandy #E0B288

Tints of Brandy #E0B288

RGB

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

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

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

R = 41.64%
G = 33.09%
B = 25.28%

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

#E0B288 (or 0xE0B288) is known color: Brandy. HEX triplet: E0, B2 and 88. RGB value is (224,178,136). Sum of RGB (Red+Green+Blue) = 224+178+136=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 136 (53.52% from 255 or 25.28% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B288 is #1F4D77. Grayscale: #BBBBBB. Windows color (decimal): -2051448 or 8958688. OLE color: 8958688.

HSL color Cylindrical-coordinate representation of color #E0B288: hue angle of 28.64º degrees, saturation: 0.59, 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 #E0B288 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 178 136 -
CMYK 0 0.21 0.39 0.12
HSL 28.64º 0.59% 0.71% -
HSV(B) 28.64º 0.39% 0.88% -
XYZ 51.1 49.47 30.15 -
YUV 186.97 99.24 154.42 -
System Red Green Blue C M Y K H S L
Decimal 224 178 136 0 0.21 0.39 0.12 28.64 0.59 0.71
Hex E0 B2 88 0 15 27 C 1D 3B 47
Octal 340 262 210 0 25 47 14 35 73 107
Binary 11100000 10110010 10001000 0 10101 100111 1100 11101 111011 1000111

Color Harmonies of #E0B288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B288

Black with #E0B288

Text Example


Text Example

White with #E0B288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B288; }

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

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

background-color css

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

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

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

border-color css

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

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

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