Html Css Color HEX #EFAA9A Wax Flower

📋 copy color: '#EFAA9A'

red 239 ◦ green 170 ◦ blue 154

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

Shades of Wax Flower #EFAA9A

Tints of Wax Flower #EFAA9A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.2%

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

R = 42.45%
G = 30.2%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFAA9A (or 0xEFAA9A) is known color: Wax Flower. HEX triplet: EF, AA and 9A. RGB value is (239,170,154). Sum of RGB (Red+Green+Blue) = 239+170+154=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAA9A is #105565. Grayscale: #BCBCBC. Windows color (decimal): -1070438 or 10136303. OLE color: 10136303.

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

Color convert

RGB 239 170 154 -
CMYK 0 0.29 0.36 0.06
HSL 11.29º 0.73% 0.77% -
HSV(B) 11.29º 0.36% 0.94% -
XYZ 55.8 49.43 37.17 -
YUV 188.81 108.36 163.8 -
System Red Green Blue C M Y K H S L
Decimal 239 170 154 0 0.29 0.36 0.06 11.29 0.73 0.77
Hex EF AA 9A 0 1D 24 6 B 49 4D
Octal 357 252 232 0 35 44 6 13 111 115
Binary 11101111 10101010 10011010 0 11101 100100 110 1011 1001001 1001101

Color Harmonies of #EFAA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA9A

Black with #EFAA9A

Text Example


Text Example

White with #EFAA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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