Html Css Color HEX #E0A396 Rose

📋 copy color: '#E0A396'

red 224 ◦ green 163 ◦ blue 150

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

Shades of Rose #E0A396

Tints of Rose #E0A396

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.35%

 BLUE value IS 150 (58.98% from 255) = 27.93%

R = 41.71%
G = 30.35%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E0A396 (or 0xE0A396) is known color: Rose. HEX triplet: E0, A3 and 96. RGB value is (224,163,150). Sum of RGB (Red+Green+Blue) = 224+163+150=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A396 is #1F5C69. Grayscale: #B3B3B3. Windows color (decimal): -2055274 or 9872352. OLE color: 9872352.

HSL color Cylindrical-coordinate representation of color #E0A396: hue angle of 10.54º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0A396 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 163 150 -
CMYK 0 0.27 0.33 0.12
HSL 10.54º 0.54% 0.73% -
HSV(B) 10.54º 0.33% 0.88% -
XYZ 49.34 44.24 34.79 -
YUV 179.76 111.21 159.56 -
System Red Green Blue C M Y K H S L
Decimal 224 163 150 0 0.27 0.33 0.12 10.54 0.54 0.73
Hex E0 A3 96 0 1B 21 C B 36 49
Octal 340 243 226 0 33 41 14 13 66 111
Binary 11100000 10100011 10010110 0 11011 100001 1100 1011 110110 1001001

Color Harmonies of #E0A396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A396

Black with #E0A396

Text Example


Text Example

White with #E0A396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A396; }

 p { color: rgb(224,163,150); }

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

background-color css

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

 a { background-color: rgb(224,163,150); }

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

border-color css

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

 span { border-color: rgb(224,163,150); }

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