Html Css Color HEX #E0A59B Rose

📋 copy color: '#E0A59B'

red 224 ◦ green 165 ◦ blue 155

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

Shades of Rose #E0A59B

Tints of Rose #E0A59B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.33%

 BLUE value IS 155 (60.94% from 255) = 28.49%

R = 41.18%
G = 30.33%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0A59B (or 0xE0A59B) is known color: Rose. HEX triplet: E0, A5 and 9B. RGB value is (224,165,155). Sum of RGB (Red+Green+Blue) = 224+165+155=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A59B is #1F5A64. Grayscale: #B5B5B5. Windows color (decimal): -2054757 or 10200544. OLE color: 10200544.

HSL color Cylindrical-coordinate representation of color #E0A59B: hue angle of 8.7º 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 #E0A59B is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 165 155 -
CMYK 0 0.26 0.31 0.12
HSL 8.7º 0.53% 0.74% -
HSV(B) 8.7º 0.31% 0.88% -
XYZ 50.11 45.12 37.08 -
YUV 181.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 224 165 155 0 0.26 0.31 0.12 8.7 0.53 0.74
Hex E0 A5 9B 0 1A 1F C 9 35 4A
Octal 340 245 233 0 32 37 14 11 65 112
Binary 11100000 10100101 10011011 0 11010 11111 1100 1001 110101 1001010

Color Harmonies of #E0A59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A59B

Black with #E0A59B

Text Example


Text Example

White with #E0A59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A59B; }

 p { color: rgb(224,165,155); }

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

background-color css

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

 a { background-color: rgb(224,165,155); }

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

border-color css

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

 span { border-color: rgb(224,165,155); }

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