Html Css Color HEX #EEA49A Rose Bud

📋 copy color: '#EEA49A'

red 238 ◦ green 164 ◦ blue 154

#EEA49A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud #EEA49A

Tints of Rose Bud #EEA49A

RGB

 RED value IS 238 (93.36% from 255) = 42.81%

 GREEN value IS 164 (64.45% from 255) = 29.5%

 BLUE value IS 154 (60.55% from 255) = 27.7%

R = 42.81%
G = 29.5%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EEA49A (or 0xEEA49A) is known color: Rose Bud. HEX triplet: EE, A4 and 9A. RGB value is (238,164,154). Sum of RGB (Red+Green+Blue) = 238+164+154=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA49A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA49A is #115B65. Grayscale: #B9B9B9. Windows color (decimal): -1137510 or 10134766. OLE color: 10134766.

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

Color convert

RGB 238 164 154 -
CMYK 0 0.31 0.35 0.07
HSL 7.14º 0.71% 0.77% -
HSV(B) 7.14º 0.35% 0.93% -
XYZ 54.37 47.06 36.79 -
YUV 184.99 110.52 165.81 -
System Red Green Blue C M Y K H S L
Decimal 238 164 154 0 0.31 0.35 0.07 7.14 0.71 0.77
Hex EE A4 9A 0 1F 23 7 7 47 4D
Octal 356 244 232 0 37 43 7 7 107 115
Binary 11101110 10100100 10011010 0 11111 100011 111 111 1000111 1001101

Color Harmonies of #EEA49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA49A

Black with #EEA49A

Text Example


Text Example

White with #EEA49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA49A; }

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

 H1.HeaderClassName
 {
   color: #EEA49A;
 }
 .AnyTagClassName
 {
   color: #EEA49A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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