Html Css Color HEX #EFAE94 Wax Flower

📋 copy color: '#EFAE94'

red 239 ◦ green 174 ◦ blue 148

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

Shades of Wax Flower #EFAE94

Tints of Wax Flower #EFAE94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.38%

R = 42.6%
G = 31.02%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFAE94 (or 0xEFAE94) is known color: Wax Flower. HEX triplet: EF, AE and 94. RGB value is (239,174,148). Sum of RGB (Red+Green+Blue) = 239+174+148=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAE94 is #10516B. Grayscale: #BEBEBE. Windows color (decimal): -1069420 or 9744111. OLE color: 9744111.

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

Color convert

RGB 239 174 148 -
CMYK 0 0.27 0.38 0.06
HSL 17.14º 0.74% 0.76% -
HSV(B) 17.14º 0.38% 0.94% -
XYZ 56.08 50.76 34.86 -
YUV 190.47 104.03 162.61 -
System Red Green Blue C M Y K H S L
Decimal 239 174 148 0 0.27 0.38 0.06 17.14 0.74 0.76
Hex EF AE 94 0 1B 26 6 11 4A 4C
Octal 357 256 224 0 33 46 6 21 112 114
Binary 11101111 10101110 10010100 0 11011 100110 110 10001 1001010 1001100

Color Harmonies of #EFAE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAE94

Black with #EFAE94

Text Example


Text Example

White with #EFAE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAE94; }

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

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

background-color css

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

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

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

border-color css

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

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

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