Html Css Color HEX #EFA99A Wax Flower

📋 copy color: '#EFA99A'

red 239 ◦ green 169 ◦ blue 154

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

Shades of Wax Flower #EFA99A

Tints of Wax Flower #EFA99A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.07%

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

R = 42.53%
G = 30.07%
B = 27.4%

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

#EFA99A (or 0xEFA99A) is known color: Wax Flower. HEX triplet: EF, A9 and 9A. RGB value is (239,169,154). Sum of RGB (Red+Green+Blue) = 239+169+154=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA99A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA99A is #105665. Grayscale: #BCBCBC. Windows color (decimal): -1070694 or 10136047. OLE color: 10136047.

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

Color convert

RGB 239 169 154 -
CMYK 0 0.29 0.36 0.06
HSL 10.59º 0.73% 0.77% -
HSV(B) 10.59º 0.36% 0.94% -
XYZ 55.62 49.06 37.11 -
YUV 188.22 108.69 164.22 -
System Red Green Blue C M Y K H S L
Decimal 239 169 154 0 0.29 0.36 0.06 10.59 0.73 0.77
Hex EF A9 9A 0 1D 24 6 B 49 4D
Octal 357 251 232 0 35 44 6 13 111 115
Binary 11101111 10101001 10011010 0 11101 100100 110 1011 1001001 1001101

Color Harmonies of #EFA99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA99A

Black with #EFA99A

Text Example


Text Example

White with #EFA99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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