Html Css Color HEX #EFA39C Rose Bud

📋 copy color: '#EFA39C'

red 239 ◦ green 163 ◦ blue 156

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

Shades of Rose Bud #EFA39C

Tints of Rose Bud #EFA39C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.21%

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

R = 42.83%
G = 29.21%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFA39C (or 0xEFA39C) is known color: Rose Bud. HEX triplet: EF, A3 and 9C. RGB value is (239,163,156). Sum of RGB (Red+Green+Blue) = 239+163+156=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA39C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA39C is #105C63. Grayscale: #B9B9B9. Windows color (decimal): -1072228 or 10265583. OLE color: 10265583.

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

Color convert

RGB 239 163 156 -
CMYK 0 0.32 0.35 0.06
HSL 5.06º 0.72% 0.77% -
HSV(B) 5.06º 0.35% 0.94% -
XYZ 54.69 46.95 37.63 -
YUV 184.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 239 163 156 0 0.32 0.35 0.06 5.06 0.72 0.77
Hex EF A3 9C 0 20 23 6 5 48 4D
Octal 357 243 234 0 40 43 6 5 110 115
Binary 11101111 10100011 10011100 0 100000 100011 110 101 1001000 1001101

Color Harmonies of #EFA39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA39C

Black with #EFA39C

Text Example


Text Example

White with #EFA39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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