Html Css Color HEX #EFA89C Wax Flower

📋 copy color: '#EFA89C'

red 239 ◦ green 168 ◦ blue 156

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

Shades of Wax Flower #EFA89C

Tints of Wax Flower #EFA89C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.71%

R = 42.45%
G = 29.84%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFA89C (or 0xEFA89C) is known color: Wax Flower. HEX triplet: EF, A8 and 9C. RGB value is (239,168,156). Sum of RGB (Red+Green+Blue) = 239+168+156=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA89C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA89C is #105763. Grayscale: #BBBBBB. Windows color (decimal): -1070948 or 10266863. OLE color: 10266863.

HSL color Cylindrical-coordinate representation of color #EFA89C: hue angle of 8.67º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFA89C is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 168 156 -
CMYK 0 0.30 0.35 0.06
HSL 8.67º 0.72% 0.77% -
HSV(B) 8.67º 0.35% 0.94% -
XYZ 55.6 48.76 37.93 -
YUV 187.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 239 168 156 0 0.30 0.35 0.06 8.67 0.72 0.77
Hex EF A8 9C 0 1E 23 6 9 48 4D
Octal 357 250 234 0 36 43 6 11 110 115
Binary 11101111 10101000 10011100 0 11110 100011 110 1001 1001000 1001101

Color Harmonies of #EFA89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA89C

Black with #EFA89C

Text Example


Text Example

White with #EFA89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA89C; }

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

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

background-color css

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

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

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

border-color css

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

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

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