#EEA299

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

Shades of Rose Bud #EEA299

Tints of Rose Bud #EEA299

Color information

#EEA299 (or 0xEEA299) is unknown color: approx Rose Bud. HEX triplet: EE, A2 and 99. RGB value is (238,162,153). Sum of RGB (Red+Green+Blue) = 238+162+153=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA299 is #115D66. Grayscale: #B7B7B7. Windows color (decimal): -1138023 or 10068718. OLE color: 10068718.

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

Color convert

RGB238162153-
CMYK00.320.360.07
HSL6.35º71.43%76.67%-
HSV(B)6.35º35.71%93.33%-
XYZ53.9346.3236.23-
YUV183.7110.68166.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.04%
GREEN value IS 162 (63.67% from 255) = 29.29%
BLUE value IS 153 (60.16% from 255) = 27.67%
R=43.04%
G=29.29%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816215300.320.360.076.3571.4376.67
HexEEA2990202476474d
Octal3562422310404476107115
Binary111011101010001010011001010000010010011111010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA299; }

 p { color: rgb(238,162,153); }

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

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

 a { background-color: rgb(238,162,153); }

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

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

 span { border-color: rgb(238,162,153); }

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