Html Css Color HEX #EFAE97 Wax Flower

📋 copy color: '#EFAE97'

red 239 ◦ green 174 ◦ blue 151

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

Shades of Wax Flower #EFAE97

Tints of Wax Flower #EFAE97

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.85%

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

R = 42.38%
G = 30.85%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFAE97 (or 0xEFAE97) is known color: Wax Flower. HEX triplet: EF, AE and 97. RGB value is (239,174,151). Sum of RGB (Red+Green+Blue) = 239+174+151=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAE97 is #105168. Grayscale: #BEBEBE. Windows color (decimal): -1069417 or 9940719. OLE color: 9940719.

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

Color convert

RGB 239 174 151 -
CMYK 0 0.27 0.37 0.06
HSL 15.68º 0.73% 0.76% -
HSV(B) 15.68º 0.37% 0.94% -
XYZ 56.32 50.86 36.13 -
YUV 190.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 239 174 151 0 0.27 0.37 0.06 15.68 0.73 0.76
Hex EF AE 97 0 1B 25 6 10 49 4C
Octal 357 256 227 0 33 45 6 20 111 114
Binary 11101111 10101110 10010111 0 11011 100101 110 10000 1001001 1001100

Color Harmonies of #EFAE97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAE97

Black with #EFAE97

Text Example


Text Example

White with #EFAE97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAE97; }

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

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

background-color css

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

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

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

border-color css

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

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

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