Html Css Color HEX #EFA695 Rose Bud

📋 copy color: '#EFA695'

red 239 ◦ green 166 ◦ blue 149

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

Shades of Rose Bud #EFA695

Tints of Rose Bud #EFA695

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.96%

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

R = 43.14%
G = 29.96%
B = 26.9%

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

#EFA695 (or 0xEFA695) is known color: Rose Bud. HEX triplet: EF, A6 and 95. RGB value is (239,166,149). Sum of RGB (Red+Green+Blue) = 239+166+149=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA695 is #10596A. Grayscale: #BABABA. Windows color (decimal): -1071467 or 9807599. OLE color: 9807599.

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

Color convert

RGB 239 166 149 -
CMYK 0 0.31 0.38 0.06
HSL 11.33º 0.74% 0.76% -
HSV(B) 11.33º 0.38% 0.94% -
XYZ 54.66 47.79 34.78 -
YUV 185.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 239 166 149 0 0.31 0.38 0.06 11.33 0.74 0.76
Hex EF A6 95 0 1F 26 6 B 4A 4C
Octal 357 246 225 0 37 46 6 13 112 114
Binary 11101111 10100110 10010101 0 11111 100110 110 1011 1001010 1001100

Color Harmonies of #EFA695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA695

Black with #EFA695

Text Example


Text Example

White with #EFA695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA695; }

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

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

background-color css

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

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

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

border-color css

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

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

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