Html Css Color HEX #EFB09E Wax Flower

📋 copy color: '#EFB09E'

red 239 ◦ green 176 ◦ blue 158

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

Shades of Wax Flower #EFB09E

Tints of Wax Flower #EFB09E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.72%

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

R = 41.71%
G = 30.72%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFB09E (or 0xEFB09E) is known color: Wax Flower. HEX triplet: EF, B0 and 9E. RGB value is (239,176,158). Sum of RGB (Red+Green+Blue) = 239+176+158=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB09E is #104F61. Grayscale: #C0C0C0. Windows color (decimal): -1068898 or 10399983. OLE color: 10399983.

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

Color convert

RGB 239 176 158 -
CMYK 0 0.26 0.34 0.06
HSL 13.33º 0.72% 0.78% -
HSV(B) 13.33º 0.34% 0.94% -
XYZ 57.29 51.87 39.34 -
YUV 192.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 239 176 158 0 0.26 0.34 0.06 13.33 0.72 0.78
Hex EF B0 9E 0 1A 22 6 D 48 4E
Octal 357 260 236 0 32 42 6 15 110 116
Binary 11101111 10110000 10011110 0 11010 100010 110 1101 1001000 1001110

Color Harmonies of #EFB09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB09E

Black with #EFB09E

Text Example


Text Example

White with #EFB09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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