Html Css Color HEX #EFA39A Rose Bud

📋 copy color: '#EFA39A'

red 239 ◦ green 163 ◦ blue 154

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

Shades of Rose Bud #EFA39A

Tints of Rose Bud #EFA39A

RGB

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

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

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

R = 42.99%
G = 29.32%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFA39A (or 0xEFA39A) is known color: Rose Bud. HEX triplet: EF, A3 and 9A. RGB value is (239,163,154). Sum of RGB (Red+Green+Blue) = 239+163+154=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA39A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA39A is #105C65. Grayscale: #B8B8B8. Windows color (decimal): -1072230 or 10134511. OLE color: 10134511.

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

Color convert

RGB 239 163 154 -
CMYK 0 0.32 0.36 0.06
HSL 6.35º 0.73% 0.77% -
HSV(B) 6.35º 0.36% 0.94% -
XYZ 54.53 46.88 36.75 -
YUV 184.7 110.68 166.73 -
System Red Green Blue C M Y K H S L
Decimal 239 163 154 0 0.32 0.36 0.06 6.35 0.73 0.77
Hex EF A3 9A 0 20 24 6 6 49 4D
Octal 357 243 232 0 40 44 6 6 111 115
Binary 11101111 10100011 10011010 0 100000 100100 110 110 1001001 1001101

Color Harmonies of #EFA39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA39A

Black with #EFA39A

Text Example


Text Example

White with #EFA39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA39A; }

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

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

background-color css

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

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

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

border-color css

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

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

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