Html Css Color HEX #EFAC9A Wax Flower

📋 copy color: '#EFAC9A'

red 239 ◦ green 172 ◦ blue 154

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

Shades of Wax Flower #EFAC9A

Tints of Wax Flower #EFAC9A

RGB

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

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

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

R = 42.3%
G = 30.44%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFAC9A (or 0xEFAC9A) is known color: Wax Flower. HEX triplet: EF, AC and 9A. RGB value is (239,172,154). Sum of RGB (Red+Green+Blue) = 239+172+154=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAC9A is #105365. Grayscale: #BEBEBE. Windows color (decimal): -1069926 or 10136815. OLE color: 10136815.

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

Color convert

RGB 239 172 154 -
CMYK 0 0.28 0.36 0.06
HSL 12.71º 0.73% 0.77% -
HSV(B) 12.71º 0.36% 0.94% -
XYZ 56.18 50.19 37.3 -
YUV 189.98 107.7 162.96 -
System Red Green Blue C M Y K H S L
Decimal 239 172 154 0 0.28 0.36 0.06 12.71 0.73 0.77
Hex EF AC 9A 0 1C 24 6 D 49 4D
Octal 357 254 232 0 34 44 6 15 111 115
Binary 11101111 10101100 10011010 0 11100 100100 110 1101 1001001 1001101

Color Harmonies of #EFAC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC9A

Black with #EFAC9A

Text Example


Text Example

White with #EFAC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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