Html Css Color HEX #EFA39B Rose Bud

📋 copy color: '#EFA39B'

red 239 ◦ green 163 ◦ blue 155

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

Shades of Rose Bud #EFA39B

Tints of Rose Bud #EFA39B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.83%

R = 42.91%
G = 29.26%
B = 27.83%

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

#EFA39B (or 0xEFA39B) is known color: Rose Bud. HEX triplet: EF, A3 and 9B. RGB value is (239,163,155). Sum of RGB (Red+Green+Blue) = 239+163+155=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA39B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA39B is #105C64. Grayscale: #B8B8B8. Windows color (decimal): -1072229 or 10200047. OLE color: 10200047.

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

Color convert

RGB 239 163 155 -
CMYK 0 0.32 0.35 0.06
HSL 5.71º 0.72% 0.77% -
HSV(B) 5.71º 0.35% 0.94% -
XYZ 54.61 46.91 37.19 -
YUV 184.81 111.18 166.65 -
System Red Green Blue C M Y K H S L
Decimal 239 163 155 0 0.32 0.35 0.06 5.71 0.72 0.77
Hex EF A3 9B 0 20 23 6 6 48 4D
Octal 357 243 233 0 40 43 6 6 110 115
Binary 11101111 10100011 10011011 0 100000 100011 110 110 1001000 1001101

Color Harmonies of #EFA39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA39B

Black with #EFA39B

Text Example


Text Example

White with #EFA39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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