Html Css Color HEX #EFA89A Wax Flower

📋 copy color: '#EFA89A'

red 239 ◦ green 168 ◦ blue 154

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

Shades of Wax Flower #EFA89A

Tints of Wax Flower #EFA89A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.45%

R = 42.6%
G = 29.95%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFA89A (or 0xEFA89A) is known color: Wax Flower. HEX triplet: EF, A8 and 9A. RGB value is (239,168,154). Sum of RGB (Red+Green+Blue) = 239+168+154=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA89A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA89A is #105765. Grayscale: #BBBBBB. Windows color (decimal): -1070950 or 10135791. OLE color: 10135791.

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

Color convert

RGB 239 168 154 -
CMYK 0 0.30 0.36 0.06
HSL 9.88º 0.73% 0.77% -
HSV(B) 9.88º 0.36% 0.94% -
XYZ 55.43 48.69 37.05 -
YUV 187.63 109.02 164.64 -
System Red Green Blue C M Y K H S L
Decimal 239 168 154 0 0.30 0.36 0.06 9.88 0.73 0.77
Hex EF A8 9A 0 1E 24 6 A 49 4D
Octal 357 250 232 0 36 44 6 12 111 115
Binary 11101111 10101000 10011010 0 11110 100100 110 1010 1001001 1001101

Color Harmonies of #EFA89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA89A

Black with #EFA89A

Text Example


Text Example

White with #EFA89A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA89A; }

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

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

background-color css

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

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

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

border-color css

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

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

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