Html Css Color HEX #EFA896 Wax Flower

📋 copy color: '#EFA896'

red 239 ◦ green 168 ◦ blue 150

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

Shades of Wax Flower #EFA896

Tints of Wax Flower #EFA896

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.16%

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

R = 42.91%
G = 30.16%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFA896 (or 0xEFA896) is known color: Wax Flower. HEX triplet: EF, A8 and 96. RGB value is (239,168,150). Sum of RGB (Red+Green+Blue) = 239+168+150=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA896 is #105769. Grayscale: #BBBBBB. Windows color (decimal): -1070954 or 9873647. OLE color: 9873647.

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

Color convert

RGB 239 168 150 -
CMYK 0 0.30 0.37 0.06
HSL 12.13º 0.74% 0.76% -
HSV(B) 12.13º 0.37% 0.94% -
XYZ 55.1 48.56 35.32 -
YUV 187.18 107.02 164.96 -
System Red Green Blue C M Y K H S L
Decimal 239 168 150 0 0.30 0.37 0.06 12.13 0.74 0.76
Hex EF A8 96 0 1E 25 6 C 4A 4C
Octal 357 250 226 0 36 45 6 14 112 114
Binary 11101111 10101000 10010110 0 11110 100101 110 1100 1001010 1001100

Color Harmonies of #EFA896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA896

Black with #EFA896

Text Example


Text Example

White with #EFA896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA896; }

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

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

background-color css

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

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

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

border-color css

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

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

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