Html Css Color HEX #EFACA0 Wax Flower

📋 copy color: '#EFACA0'

red 239 ◦ green 172 ◦ blue 160

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

Shades of Wax Flower #EFACA0

Tints of Wax Flower #EFACA0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.12%

 BLUE value IS 160 (62.89% from 255) = 28.02%

R = 41.86%
G = 30.12%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFACA0 (or 0xEFACA0) is known color: Wax Flower. HEX triplet: EF, AC and A0. RGB value is (239,172,160). Sum of RGB (Red+Green+Blue) = 239+172+160=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFACA0 is #10535F. Grayscale: #BEBEBE. Windows color (decimal): -1069920 or 10530031. OLE color: 10530031.

HSL color Cylindrical-coordinate representation of color #EFACA0: hue angle of 9.11º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFACA0 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 172 160 -
CMYK 0 0.28 0.33 0.06
HSL 9.11º 0.71% 0.78% -
HSV(B) 9.11º 0.33% 0.94% -
XYZ 56.69 50.39 40 -
YUV 190.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 239 172 160 0 0.28 0.33 0.06 9.11 0.71 0.78
Hex EF AC A0 0 1C 21 6 9 47 4E
Octal 357 254 240 0 34 41 6 11 107 116
Binary 11101111 10101100 10100000 0 11100 100001 110 1001 1000111 1001110

Color Harmonies of #EFACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACA0

Black with #EFACA0

Text Example


Text Example

White with #EFACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACA0; }

 p { color: rgb(239,172,160); }

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

background-color css

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

 a { background-color: rgb(239,172,160); }

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

border-color css

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

 span { border-color: rgb(239,172,160); }

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