Html Css Color HEX #EFB19E Wax Flower

📋 copy color: '#EFB19E'

red 239 ◦ green 177 ◦ blue 158

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

Shades of Wax Flower #EFB19E

Tints of Wax Flower #EFB19E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.84%

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

R = 41.64%
G = 30.84%
B = 27.53%

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

#EFB19E (or 0xEFB19E) is known color: Wax Flower. HEX triplet: EF, B1 and 9E. RGB value is (239,177,158). Sum of RGB (Red+Green+Blue) = 239+177+158=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB19E is #104E61. Grayscale: #C1C1C1. Windows color (decimal): -1068642 or 10400239. OLE color: 10400239.

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

Color convert

RGB 239 177 158 -
CMYK 0 0.26 0.34 0.06
HSL 14.07º 0.72% 0.78% -
HSV(B) 14.07º 0.34% 0.94% -
XYZ 57.49 52.26 39.41 -
YUV 193.37 108.04 160.54 -
System Red Green Blue C M Y K H S L
Decimal 239 177 158 0 0.26 0.34 0.06 14.07 0.72 0.78
Hex EF B1 9E 0 1A 22 6 E 48 4E
Octal 357 261 236 0 32 42 6 16 110 116
Binary 11101111 10110001 10011110 0 11010 100010 110 1110 1001000 1001110

Color Harmonies of #EFB19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB19E

Black with #EFB19E

Text Example


Text Example

White with #EFB19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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