#EEA596

Color #EEA596 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #EEA596

Tints of Rose Bud #EEA596

Color information

#EEA596 (or 0xEEA596) is unknown color: approx Rose Bud. HEX triplet: EE, A5 and 96. RGB value is (238,165,150). Sum of RGB (Red+Green+Blue) = 238+165+150=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA596 is #115A69. Grayscale: #B9B9B9. Windows color (decimal): -1137258 or 9872878. OLE color: 9872878.

HSL color Cylindrical-coordinate representation of color #EEA596: hue angle of 10.23º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEA596 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB238165150-
CMYK00.310.370.07
HSL10.23º72.13%76.08%-
HSV(B)10.23º36.97%93.33%-
XYZ54.2247.2935.12-
YUV185.12108.18165.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.04%
GREEN value IS 165 (64.84% from 255) = 29.84%
BLUE value IS 150 (58.98% from 255) = 27.12%
R=43.04%
G=29.84%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816515000.310.370.0710.2372.1376.08
HexEEA59601F257a484c
Octal35624522603745712110114
Binary111011101010010110010110011111100101111101010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA596; }

 p { color: rgb(238,165,150); }

 H1.HeaderClassName
 {
   color: #EEA596;
 }
 .AnyTagClassName
 {
   color: #EEA596;
 }
</style>
background-color css

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

 a { background-color: rgb(238,165,150); }

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

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

 span { border-color: rgb(238,165,150); }

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