#EEA69A

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

Shades of Rose Bud #EEA69A

Tints of Rose Bud #EEA69A

Color information

#EEA69A (or 0xEEA69A) is unknown color: approx Rose Bud. HEX triplet: EE, A6 and 9A. RGB value is (238,166,154). Sum of RGB (Red+Green+Blue) = 238+166+154=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA69A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA69A is #115965. Grayscale: #BABABA. Windows color (decimal): -1136998 or 10135278. OLE color: 10135278.

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

Color convert

RGB238166154-
CMYK00.300.350.07
HSL8.57º71.19%76.86%-
HSV(B)8.57º35.29%93.33%-
XYZ54.7347.7836.91-
YUV186.16109.85164.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.65%
GREEN value IS 166 (65.23% from 255) = 29.75%
BLUE value IS 154 (60.55% from 255) = 27.60%
R=42.65%
G=29.75%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816615400.300.350.078.5771.1976.86
HexEEA69A01E2379474d
Octal35624623203643711107115
Binary111011101010011010011010011110100011111100110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA69A; }

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

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

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

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

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

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

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

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