#EEA298

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

Shades of Rose Bud #EEA298

Tints of Rose Bud #EEA298

Color information

#EEA298 (or 0xEEA298) is unknown color: approx Rose Bud. HEX triplet: EE, A2 and 98. RGB value is (238,162,152). Sum of RGB (Red+Green+Blue) = 238+162+152=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA298 is #115D67. Grayscale: #B7B7B7. Windows color (decimal): -1138024 or 10003182. OLE color: 10003182.

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

Color convert

RGB238162152-
CMYK00.320.360.07
HSL6.98º71.67%76.47%-
HSV(B)6.98º36.13%93.33%-
XYZ53.8546.2835.8-
YUV183.58110.18166.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.12%
GREEN value IS 162 (63.67% from 255) = 29.35%
BLUE value IS 152 (59.77% from 255) = 27.54%
R=43.12%
G=29.35%
B=27.54%

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
Decimal23816215200.320.360.076.9871.6776.47
HexEEA2980202477484c
Octal3562422300404477110114
Binary111011101010001010011000010000010010011111110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA298; }

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

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

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

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

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

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

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

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