Html Css Color HEX #E2BBAA Just Right

📋 copy color: '#E2BBAA'

red 226 ◦ green 187 ◦ blue 170

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

Shades of Just Right #E2BBAA

Tints of Just Right #E2BBAA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.08%

 BLUE value IS 170 (66.8% from 255) = 29.16%

R = 38.77%
G = 32.08%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E2BBAA (or 0xE2BBAA) is known color: Just Right. HEX triplet: E2, BB and AA. RGB value is (226,187,170). Sum of RGB (Red+Green+Blue) = 226+187+170=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BBAA is #1D4455. Grayscale: #C4C4C4. Windows color (decimal): -1918038 or 11189218. OLE color: 11189218.

HSL color Cylindrical-coordinate representation of color #E2BBAA: hue angle of 18.21º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2BBAA is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 187 170 -
CMYK 0 0.17 0.25 0.11
HSL 18.21º 0.49% 0.78% -
HSV(B) 18.21º 0.25% 0.89% -
XYZ 56.39 54.61 45.6 -
YUV 196.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 226 187 170 0 0.17 0.25 0.11 18.21 0.49 0.78
Hex E2 BB AA 0 11 19 B 12 31 4E
Octal 342 273 252 0 21 31 13 22 61 116
Binary 11100010 10111011 10101010 0 10001 11001 1011 10010 110001 1001110

Color Harmonies of #E2BBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BBAA

Black with #E2BBAA

Text Example


Text Example

White with #E2BBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BBAA; }

 p { color: rgb(226,187,170); }

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

background-color css

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

 a { background-color: rgb(226,187,170); }

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

border-color css

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

 span { border-color: rgb(226,187,170); }

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