Html Css Color HEX #E0A39A Rose

📋 copy color: '#E0A39A'

red 224 ◦ green 163 ◦ blue 154

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

Shades of Rose #E0A39A

Tints of Rose #E0A39A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.47%

R = 41.4%
G = 30.13%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0A39A (or 0xE0A39A) is known color: Rose. HEX triplet: E0, A3 and 9A. RGB value is (224,163,154). Sum of RGB (Red+Green+Blue) = 224+163+154=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A39A is #1F5C65. Grayscale: #B4B4B4. Windows color (decimal): -2055270 or 10134496. OLE color: 10134496.

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

Color convert

RGB 224 163 154 -
CMYK 0 0.27 0.31 0.12
HSL 7.71º 0.53% 0.74% -
HSV(B) 7.71º 0.31% 0.88% -
XYZ 49.67 44.37 36.52 -
YUV 180.21 113.21 159.23 -
System Red Green Blue C M Y K H S L
Decimal 224 163 154 0 0.27 0.31 0.12 7.71 0.53 0.74
Hex E0 A3 9A 0 1B 1F C 8 35 4A
Octal 340 243 232 0 33 37 14 10 65 112
Binary 11100000 10100011 10011010 0 11011 11111 1100 1000 110101 1001010

Color Harmonies of #E0A39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A39A

Black with #E0A39A

Text Example


Text Example

White with #E0A39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A39A; }

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

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

background-color css

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

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

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

border-color css

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

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

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