Html Css Color HEX #EFA997 Wax Flower

📋 copy color: '#EFA997'

red 239 ◦ green 169 ◦ blue 151

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

Shades of Wax Flower #EFA997

Tints of Wax Flower #EFA997

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.23%

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

R = 42.75%
G = 30.23%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFA997 (or 0xEFA997) is known color: Wax Flower. HEX triplet: EF, A9 and 97. RGB value is (239,169,151). Sum of RGB (Red+Green+Blue) = 239+169+151=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 151 (59.38% from 255 or 27.01% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA997 is #105668. Grayscale: #BCBCBC. Windows color (decimal): -1070697 or 9939439. OLE color: 9939439.

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

Color convert

RGB 239 169 151 -
CMYK 0 0.29 0.37 0.06
HSL 12.27º 0.73% 0.76% -
HSV(B) 12.27º 0.37% 0.94% -
XYZ 55.37 48.96 35.81 -
YUV 187.88 107.19 164.46 -
System Red Green Blue C M Y K H S L
Decimal 239 169 151 0 0.29 0.37 0.06 12.27 0.73 0.76
Hex EF A9 97 0 1D 25 6 C 49 4C
Octal 357 251 227 0 35 45 6 14 111 114
Binary 11101111 10101001 10010111 0 11101 100101 110 1100 1001001 1001100

Color Harmonies of #EFA997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA997

Black with #EFA997

Text Example


Text Example

White with #EFA997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA997; }

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

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

background-color css

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

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

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

border-color css

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

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

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