Html Css Color HEX #EFA49C Rose Bud

📋 copy color: '#EFA49C'

red 239 ◦ green 164 ◦ blue 156

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

Shades of Rose Bud #EFA49C

Tints of Rose Bud #EFA49C

RGB

 RED value IS 239 (93.75% from 255) = 42.75%

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

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

R = 42.75%
G = 29.34%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFA49C (or 0xEFA49C) is known color: Rose Bud. HEX triplet: EF, A4 and 9C. RGB value is (239,164,156). Sum of RGB (Red+Green+Blue) = 239+164+156=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA49C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA49C is #105B63. Grayscale: #B9B9B9. Windows color (decimal): -1071972 or 10265839. OLE color: 10265839.

HSL color Cylindrical-coordinate representation of color #EFA49C: hue angle of 5.78º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFA49C is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 164 156 -
CMYK 0 0.31 0.35 0.06
HSL 5.78º 0.72% 0.77% -
HSV(B) 5.78º 0.35% 0.94% -
XYZ 54.87 47.3 37.69 -
YUV 185.51 111.35 166.15 -
System Red Green Blue C M Y K H S L
Decimal 239 164 156 0 0.31 0.35 0.06 5.78 0.72 0.77
Hex EF A4 9C 0 1F 23 6 6 48 4D
Octal 357 244 234 0 37 43 6 6 110 115
Binary 11101111 10100100 10011100 0 11111 100011 110 110 1001000 1001101

Color Harmonies of #EFA49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA49C

Black with #EFA49C

Text Example


Text Example

White with #EFA49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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