#EEA399

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

Shades of Rose Bud #EEA399

Tints of Rose Bud #EEA399

Color information

#EEA399 (or 0xEEA399) is unknown color: approx Rose Bud. HEX triplet: EE, A3 and 99. RGB value is (238,163,153). Sum of RGB (Red+Green+Blue) = 238+163+153=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA399 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA399 is #115C66. Grayscale: #B8B8B8. Windows color (decimal): -1137767 or 10068974. OLE color: 10068974.

HSL color Cylindrical-coordinate representation of color #EEA399: hue angle of 7.06º 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 #EEA399 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB238163153-
CMYK00.320.360.07
HSL7.06º71.43%76.67%-
HSV(B)7.06º35.71%93.33%-
XYZ54.1146.6736.29-
YUV184.28110.35166.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.96%
GREEN value IS 163 (64.06% from 255) = 29.42%
BLUE value IS 153 (60.16% from 255) = 27.62%
R=42.96%
G=29.42%
B=27.62%

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
Decimal23816315300.320.360.077.0671.4376.67
HexEEA3990202477474d
Octal3562432310404477107115
Binary111011101010001110011001010000010010011111110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA399; }

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

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

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

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

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

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

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

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