Html Css Color HEX #EFAE96 Wax Flower

📋 copy color: '#EFAE96'

red 239 ◦ green 174 ◦ blue 150

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

Shades of Wax Flower #EFAE96

Tints of Wax Flower #EFAE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.64%

R = 42.45%
G = 30.91%
B = 26.64%

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

#EFAE96 (or 0xEFAE96) is known color: Wax Flower. HEX triplet: EF, AE and 96. RGB value is (239,174,150). Sum of RGB (Red+Green+Blue) = 239+174+150=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAE96 is #105169. Grayscale: #BEBEBE. Windows color (decimal): -1069418 or 9875183. OLE color: 9875183.

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

Color convert

RGB 239 174 150 -
CMYK 0 0.27 0.37 0.06
HSL 16.18º 0.74% 0.76% -
HSV(B) 16.18º 0.37% 0.94% -
XYZ 56.24 50.82 35.7 -
YUV 190.7 105.03 162.45 -
System Red Green Blue C M Y K H S L
Decimal 239 174 150 0 0.27 0.37 0.06 16.18 0.74 0.76
Hex EF AE 96 0 1B 25 6 10 4A 4C
Octal 357 256 226 0 33 45 6 20 112 114
Binary 11101111 10101110 10010110 0 11011 100101 110 10000 1001010 1001100

Color Harmonies of #EFAE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAE96

Black with #EFAE96

Text Example


Text Example

White with #EFAE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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