Html Css Color HEX #EFB9A8 Wax Flower

📋 copy color: '#EFB9A8'

red 239 ◦ green 185 ◦ blue 168

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

Shades of Wax Flower #EFB9A8

Tints of Wax Flower #EFB9A8

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.25%

 BLUE value IS 168 (66.02% from 255) = 28.38%

R = 40.37%
G = 31.25%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EFB9A8 (or 0xEFB9A8) is known color: Wax Flower. HEX triplet: EF, B9 and A8. RGB value is (239,185,168). Sum of RGB (Red+Green+Blue) = 239+185+168=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 168 (66.02% from 255 or 28.38% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB9A8 is #104657. Grayscale: #C7C7C7. Windows color (decimal): -1066584 or 11057647. OLE color: 11057647.

HSL color Cylindrical-coordinate representation of color #EFB9A8: hue angle of 14.37º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFB9A8 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 185 168 -
CMYK 0 0.23 0.30 0.06
HSL 14.37º 0.69% 0.8% -
HSV(B) 14.37º 0.3% 0.94% -
XYZ 60.01 55.88 44.67 -
YUV 199.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 239 185 168 0 0.23 0.30 0.06 14.37 0.69 0.8
Hex EF B9 A8 0 17 1E 6 E 45 50
Octal 357 271 250 0 27 36 6 16 105 120
Binary 11101111 10111001 10101000 0 10111 11110 110 1110 1000101 1010000

Color Harmonies of #EFB9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9A8

Black with #EFB9A8

Text Example


Text Example

White with #EFB9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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