Html Css Color HEX #EFB19D Wax Flower

📋 copy color: '#EFB19D'

red 239 ◦ green 177 ◦ blue 157

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

Shades of Wax Flower #EFB19D

Tints of Wax Flower #EFB19D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.4%

R = 41.71%
G = 30.89%
B = 27.4%

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

#EFB19D (or 0xEFB19D) is known color: Wax Flower. HEX triplet: EF, B1 and 9D. RGB value is (239,177,157). Sum of RGB (Red+Green+Blue) = 239+177+157=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB19D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB19D is #104E62. Grayscale: #C1C1C1. Windows color (decimal): -1068643 or 10334703. OLE color: 10334703.

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

Color convert

RGB 239 177 157 -
CMYK 0 0.26 0.34 0.06
HSL 14.63º 0.72% 0.78% -
HSV(B) 14.63º 0.34% 0.94% -
XYZ 57.4 52.23 38.95 -
YUV 193.26 107.54 160.63 -
System Red Green Blue C M Y K H S L
Decimal 239 177 157 0 0.26 0.34 0.06 14.63 0.72 0.78
Hex EF B1 9D 0 1A 22 6 F 48 4E
Octal 357 261 235 0 32 42 6 17 110 116
Binary 11101111 10110001 10011101 0 11010 100010 110 1111 1001000 1001110

Color Harmonies of #EFB19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB19D

Black with #EFB19D

Text Example


Text Example

White with #EFB19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB19D; }

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

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

background-color css

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

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

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

border-color css

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

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

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