Html Css Color HEX #E2B18B Brandy

📋 copy color: '#E2B18B'

red 226 ◦ green 177 ◦ blue 139

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

Shades of Brandy #E2B18B

Tints of Brandy #E2B18B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.66%

 BLUE value IS 139 (54.69% from 255) = 25.65%

R = 41.7%
G = 32.66%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2B18B (or 0xE2B18B) is known color: Brandy. HEX triplet: E2, B1 and 8B. RGB value is (226,177,139). Sum of RGB (Red+Green+Blue) = 226+177+139=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B18B is #1D4E74. Grayscale: #BBBBBB. Windows color (decimal): -1920629 or 9155042. OLE color: 9155042.

HSL color Cylindrical-coordinate representation of color #E2B18B: hue angle of 26.21º 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 #E2B18B is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 177 139 -
CMYK 0 0.22 0.38 0.11
HSL 26.21º 0.6% 0.72% -
HSV(B) 26.21º 0.38% 0.89% -
XYZ 51.75 49.48 31.25 -
YUV 187.32 100.73 155.59 -
System Red Green Blue C M Y K H S L
Decimal 226 177 139 0 0.22 0.38 0.11 26.21 0.6 0.72
Hex E2 B1 8B 0 16 26 B 1A 3C 48
Octal 342 261 213 0 26 46 13 32 74 110
Binary 11100010 10110001 10001011 0 10110 100110 1011 11010 111100 1001000

Color Harmonies of #E2B18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B18B

Black with #E2B18B

Text Example


Text Example

White with #E2B18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B18B; }

 p { color: rgb(226,177,139); }

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

background-color css

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

 a { background-color: rgb(226,177,139); }

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

border-color css

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

 span { border-color: rgb(226,177,139); }

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