#EEA59A

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

Shades of Rose Bud #EEA59A

Tints of Rose Bud #EEA59A

Color information

#EEA59A (or 0xEEA59A) is unknown color: approx Rose Bud. HEX triplet: EE, A5 and 9A. RGB value is (238,165,154). Sum of RGB (Red+Green+Blue) = 238+165+154=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA59A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA59A is #115A65. Grayscale: #B9B9B9. Windows color (decimal): -1137254 or 10135022. OLE color: 10135022.

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

Color convert

RGB238165154-
CMYK00.310.350.07
HSL7.86º71.19%76.86%-
HSV(B)7.86º35.29%93.33%-
XYZ54.5547.4236.85-
YUV185.57110.18165.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.73%
GREEN value IS 165 (64.84% from 255) = 29.62%
BLUE value IS 154 (60.55% from 255) = 27.65%
R=42.73%
G=29.62%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816515400.310.350.077.8671.1976.86
HexEEA59A01F2378474d
Octal35624523203743710107115
Binary111011101010010110011010011111100011111100010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA59A; }

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

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

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

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

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

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

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

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