Html Css Color HEX #E2B58C Brandy

📋 copy color: '#E2B58C'

red 226 ◦ green 181 ◦ blue 140

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

Shades of Brandy #E2B58C

Tints of Brandy #E2B58C

RGB

 RED value IS 226 (88.67% from 255) = 41.32%

 GREEN value IS 181 (71.09% from 255) = 33.09%

 BLUE value IS 140 (55.08% from 255) = 25.59%

R = 41.32%
G = 33.09%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2B58C (or 0xE2B58C) is known color: Brandy. HEX triplet: E2, B5 and 8C. RGB value is (226,181,140). Sum of RGB (Red+Green+Blue) = 226+181+140=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B58C is #1D4A73. Grayscale: #BDBDBD. Windows color (decimal): -1919604 or 9221602. OLE color: 9221602.

HSL color Cylindrical-coordinate representation of color #E2B58C: hue angle of 28.6º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2B58C is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 181 140 -
CMYK 0 0.20 0.38 0.11
HSL 28.6º 0.6% 0.72% -
HSV(B) 28.6º 0.38% 0.89% -
XYZ 52.62 51.11 31.9 -
YUV 189.78 99.91 153.83 -
System Red Green Blue C M Y K H S L
Decimal 226 181 140 0 0.20 0.38 0.11 28.6 0.6 0.72
Hex E2 B5 8C 0 14 26 B 1D 3C 48
Octal 342 265 214 0 24 46 13 35 74 110
Binary 11100010 10110101 10001100 0 10100 100110 1011 11101 111100 1001000

Color Harmonies of #E2B58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B58C

Black with #E2B58C

Text Example


Text Example

White with #E2B58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B58C; }

 p { color: rgb(226,181,140); }

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

background-color css

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

 a { background-color: rgb(226,181,140); }

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

border-color css

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

 span { border-color: rgb(226,181,140); }

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