Html Css Color HEX #EFA497 Rose Bud

📋 copy color: '#EFA497'

red 239 ◦ green 164 ◦ blue 151

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

Shades of Rose Bud #EFA497

Tints of Rose Bud #EFA497

RGB

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

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

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

R = 43.14%
G = 29.6%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFA497 (or 0xEFA497) is known color: Rose Bud. HEX triplet: EF, A4 and 97. RGB value is (239,164,151). Sum of RGB (Red+Green+Blue) = 239+164+151=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA497 is #105B68. Grayscale: #B9B9B9. Windows color (decimal): -1071977 or 9938159. OLE color: 9938159.

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

Color convert

RGB 239 164 151 -
CMYK 0 0.31 0.37 0.06
HSL 8.86º 0.73% 0.76% -
HSV(B) 8.86º 0.37% 0.94% -
XYZ 54.46 47.14 35.51 -
YUV 184.94 108.85 166.56 -
System Red Green Blue C M Y K H S L
Decimal 239 164 151 0 0.31 0.37 0.06 8.86 0.73 0.76
Hex EF A4 97 0 1F 25 6 9 49 4C
Octal 357 244 227 0 37 45 6 11 111 114
Binary 11101111 10100100 10010111 0 11111 100101 110 1001 1001001 1001100

Color Harmonies of #EFA497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA497

Black with #EFA497

Text Example


Text Example

White with #EFA497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA497; }

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

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

background-color css

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

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

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

border-color css

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

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

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