Html Css Color HEX #E2B38A Brandy

📋 copy color: '#E2B38A'

red 226 ◦ green 179 ◦ blue 138

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

Shades of Brandy #E2B38A

Tints of Brandy #E2B38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.41%

R = 41.62%
G = 32.97%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E2B38A (or 0xE2B38A) is known color: Brandy. HEX triplet: E2, B3 and 8A. RGB value is (226,179,138). Sum of RGB (Red+Green+Blue) = 226+179+138=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B38A is #1D4C75. Grayscale: #BCBCBC. Windows color (decimal): -1920118 or 9090018. OLE color: 9090018.

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

Color convert

RGB 226 179 138 -
CMYK 0 0.21 0.39 0.11
HSL 27.95º 0.6% 0.71% -
HSV(B) 27.95º 0.39% 0.89% -
XYZ 52.07 50.24 31 -
YUV 188.38 99.57 154.83 -
System Red Green Blue C M Y K H S L
Decimal 226 179 138 0 0.21 0.39 0.11 27.95 0.6 0.71
Hex E2 B3 8A 0 15 27 B 1C 3C 47
Octal 342 263 212 0 25 47 13 34 74 107
Binary 11100010 10110011 10001010 0 10101 100111 1011 11100 111100 1000111

Color Harmonies of #E2B38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B38A

Black with #E2B38A

Text Example


Text Example

White with #E2B38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B38A; }

 p { color: rgb(226,179,138); }

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

background-color css

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

 a { background-color: rgb(226,179,138); }

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

border-color css

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

 span { border-color: rgb(226,179,138); }

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