Html Css Color HEX #EFA197 Rose Bud

📋 copy color: '#EFA197'

red 239 ◦ green 161 ◦ blue 151

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

Shades of Rose Bud #EFA197

Tints of Rose Bud #EFA197

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.22%

 BLUE value IS 151 (59.38% from 255) = 27.4%

R = 43.38%
G = 29.22%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFA197 (or 0xEFA197) is known color: Rose Bud. HEX triplet: EF, A1 and 97. RGB value is (239,161,151). Sum of RGB (Red+Green+Blue) = 239+161+151=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA197 is #105E68. Grayscale: #B7B7B7. Windows color (decimal): -1072745 or 9937391. OLE color: 9937391.

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

Color convert

RGB 239 161 151 -
CMYK 0 0.33 0.37 0.06
HSL 6.82º 0.73% 0.76% -
HSV(B) 6.82º 0.37% 0.94% -
XYZ 53.93 46.07 35.33 -
YUV 183.18 109.84 167.81 -
System Red Green Blue C M Y K H S L
Decimal 239 161 151 0 0.33 0.37 0.06 6.82 0.73 0.76
Hex EF A1 97 0 21 25 6 7 49 4C
Octal 357 241 227 0 41 45 6 7 111 114
Binary 11101111 10100001 10010111 0 100001 100101 110 111 1001001 1001100

Color Harmonies of #EFA197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA197

Black with #EFA197

Text Example


Text Example

White with #EFA197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA197; }

 p { color: rgb(239,161,151); }

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

background-color css

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

 a { background-color: rgb(239,161,151); }

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

border-color css

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

 span { border-color: rgb(239,161,151); }

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