Html Css Color HEX #EFA49A Rose Bud

📋 copy color: '#EFA49A'

red 239 ◦ green 164 ◦ blue 154

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

Shades of Rose Bud #EFA49A

Tints of Rose Bud #EFA49A

RGB

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

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

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

R = 42.91%
G = 29.44%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFA49A (or 0xEFA49A) is known color: Rose Bud. HEX triplet: EF, A4 and 9A. RGB value is (239,164,154). Sum of RGB (Red+Green+Blue) = 239+164+154=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA49A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA49A is #105B65. Grayscale: #B9B9B9. Windows color (decimal): -1071974 or 10134767. OLE color: 10134767.

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

Color convert

RGB 239 164 154 -
CMYK 0 0.31 0.36 0.06
HSL 7.06º 0.73% 0.77% -
HSV(B) 7.06º 0.36% 0.94% -
XYZ 54.7 47.23 36.81 -
YUV 185.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 239 164 154 0 0.31 0.36 0.06 7.06 0.73 0.77
Hex EF A4 9A 0 1F 24 6 7 49 4D
Octal 357 244 232 0 37 44 6 7 111 115
Binary 11101111 10100100 10011010 0 11111 100100 110 111 1001001 1001101

Color Harmonies of #EFA49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA49A

Black with #EFA49A

Text Example


Text Example

White with #EFA49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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