Html Css Color HEX #EFB89E Wax Flower

📋 copy color: '#EFB89E'

red 239 ◦ green 184 ◦ blue 158

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

Shades of Wax Flower #EFB89E

Tints of Wax Flower #EFB89E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.67%

 BLUE value IS 158 (62.11% from 255) = 27.19%

R = 41.14%
G = 31.67%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFB89E (or 0xEFB89E) is known color: Wax Flower. HEX triplet: EF, B8 and 9E. RGB value is (239,184,158). Sum of RGB (Red+Green+Blue) = 239+184+158=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB89E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB89E is #104761. Grayscale: #C5C5C5. Windows color (decimal): -1066850 or 10402031. OLE color: 10402031.

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

Color convert

RGB 239 184 158 -
CMYK 0 0.23 0.34 0.06
HSL 19.26º 0.72% 0.78% -
HSV(B) 19.26º 0.34% 0.94% -
XYZ 58.91 55.1 39.88 -
YUV 197.48 105.72 157.61 -
System Red Green Blue C M Y K H S L
Decimal 239 184 158 0 0.23 0.34 0.06 19.26 0.72 0.78
Hex EF B8 9E 0 17 22 6 13 48 4E
Octal 357 270 236 0 27 42 6 23 110 116
Binary 11101111 10111000 10011110 0 10111 100010 110 10011 1001000 1001110

Color Harmonies of #EFB89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB89E

Black with #EFB89E

Text Example


Text Example

White with #EFB89E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB89E; }

 p { color: rgb(239,184,158); }

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

background-color css

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

 a { background-color: rgb(239,184,158); }

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

border-color css

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

 span { border-color: rgb(239,184,158); }

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