Html Css Color HEX #EEA49C Rose Bud

📋 copy color: '#EEA49C'

red 238 ◦ green 164 ◦ blue 156

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

Shades of Rose Bud #EEA49C

Tints of Rose Bud #EEA49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.96%

R = 42.65%
G = 29.39%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EEA49C (or 0xEEA49C) is known color: Rose Bud. HEX triplet: EE, A4 and 9C. RGB value is (238,164,156). Sum of RGB (Red+Green+Blue) = 238+164+156=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA49C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA49C is #115B63. Grayscale: #B9B9B9. Windows color (decimal): -1137508 or 10265838. OLE color: 10265838.

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

Color convert

RGB 238 164 156 -
CMYK 0 0.31 0.34 0.07
HSL 5.85º 0.71% 0.77% -
HSV(B) 5.85º 0.34% 0.93% -
XYZ 54.54 47.13 37.67 -
YUV 185.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 238 164 156 0 0.31 0.34 0.07 5.85 0.71 0.77
Hex EE A4 9C 0 1F 22 7 6 47 4D
Octal 356 244 234 0 37 42 7 6 107 115
Binary 11101110 10100100 10011100 0 11111 100010 111 110 1000111 1001101

Color Harmonies of #EEA49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA49C

Black with #EEA49C

Text Example


Text Example

White with #EEA49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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