Html Css Color HEX #EFADA0 Wax Flower

📋 copy color: '#EFADA0'

red 239 ◦ green 173 ◦ blue 160

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

Shades of Wax Flower #EFADA0

Tints of Wax Flower #EFADA0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.24%

 BLUE value IS 160 (62.89% from 255) = 27.97%

R = 41.78%
G = 30.24%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFADA0 (or 0xEFADA0) is known color: Wax Flower. HEX triplet: EF, AD and A0. RGB value is (239,173,160). Sum of RGB (Red+Green+Blue) = 239+173+160=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFADA0 is #10525F. Grayscale: #BFBFBF. Windows color (decimal): -1069664 or 10530287. OLE color: 10530287.

HSL color Cylindrical-coordinate representation of color #EFADA0: hue angle of 9.87º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFADA0 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 173 160 -
CMYK 0 0.28 0.33 0.06
HSL 9.87º 0.71% 0.78% -
HSV(B) 9.87º 0.33% 0.94% -
XYZ 56.89 50.78 40.06 -
YUV 191.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 239 173 160 0 0.28 0.33 0.06 9.87 0.71 0.78
Hex EF AD A0 0 1C 21 6 A 47 4E
Octal 357 255 240 0 34 41 6 12 107 116
Binary 11101111 10101101 10100000 0 11100 100001 110 1010 1000111 1001110

Color Harmonies of #EFADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADA0

Black with #EFADA0

Text Example


Text Example

White with #EFADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADA0; }

 p { color: rgb(239,173,160); }

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

background-color css

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

 a { background-color: rgb(239,173,160); }

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

border-color css

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

 span { border-color: rgb(239,173,160); }

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