Html Css Color HEX #EFA595 Rose Bud

📋 copy color: '#EFA595'

red 239 ◦ green 165 ◦ blue 149

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

Shades of Rose Bud #EFA595

Tints of Rose Bud #EFA595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.84%

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

R = 43.22%
G = 29.84%
B = 26.94%

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

#EFA595 (or 0xEFA595) is known color: Rose Bud. HEX triplet: EF, A5 and 95. RGB value is (239,165,149). Sum of RGB (Red+Green+Blue) = 239+165+149=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA595 is #105A6A. Grayscale: #B9B9B9. Windows color (decimal): -1071723 or 9807343. OLE color: 9807343.

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

Color convert

RGB 239 165 149 -
CMYK 0 0.31 0.38 0.06
HSL 10.67º 0.74% 0.76% -
HSV(B) 10.67º 0.38% 0.94% -
XYZ 54.48 47.43 34.72 -
YUV 185.3 107.52 166.3 -
System Red Green Blue C M Y K H S L
Decimal 239 165 149 0 0.31 0.38 0.06 10.67 0.74 0.76
Hex EF A5 95 0 1F 26 6 B 4A 4C
Octal 357 245 225 0 37 46 6 13 112 114
Binary 11101111 10100101 10010101 0 11111 100110 110 1011 1001010 1001100

Color Harmonies of #EFA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA595

Black with #EFA595

Text Example


Text Example

White with #EFA595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA595; }

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

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

background-color css

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

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

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

border-color css

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

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

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