Html Css Color HEX #EFA495 Rose Bud

📋 copy color: '#EFA495'

red 239 ◦ green 164 ◦ blue 149

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

Shades of Rose Bud #EFA495

Tints of Rose Bud #EFA495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.99%

R = 43.3%
G = 29.71%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFA495 (or 0xEFA495) is known color: Rose Bud. HEX triplet: EF, A4 and 95. RGB value is (239,164,149). Sum of RGB (Red+Green+Blue) = 239+164+149=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA495 is #105B6A. Grayscale: #B8B8B8. Windows color (decimal): -1071979 or 9807087. OLE color: 9807087.

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

Color convert

RGB 239 164 149 -
CMYK 0 0.31 0.38 0.06
HSL 10º 0.74% 0.76% -
HSV(B) 10º 0.38% 0.94% -
XYZ 54.3 47.07 34.66 -
YUV 184.72 107.85 166.72 -
System Red Green Blue C M Y K H S L
Decimal 239 164 149 0 0.31 0.38 0.06 10 0.74 0.76
Hex EF A4 95 0 1F 26 6 A 4A 4C
Octal 357 244 225 0 37 46 6 12 112 114
Binary 11101111 10100100 10010101 0 11111 100110 110 1010 1001010 1001100

Color Harmonies of #EFA495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA495

Black with #EFA495

Text Example


Text Example

White with #EFA495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA495; }

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

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

background-color css

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

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

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

border-color css

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

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

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