Html Css Color HEX #EFB19C Wax Flower

📋 copy color: '#EFB19C'

red 239 ◦ green 177 ◦ blue 156

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

Shades of Wax Flower #EFB19C

Tints of Wax Flower #EFB19C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.27%

R = 41.78%
G = 30.94%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFB19C (or 0xEFB19C) is known color: Wax Flower. HEX triplet: EF, B1 and 9C. RGB value is (239,177,156). Sum of RGB (Red+Green+Blue) = 239+177+156=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB19C is #104E63. Grayscale: #C1C1C1. Windows color (decimal): -1068644 or 10269167. OLE color: 10269167.

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

Color convert

RGB 239 177 156 -
CMYK 0 0.26 0.35 0.06
HSL 15.18º 0.72% 0.77% -
HSV(B) 15.18º 0.35% 0.94% -
XYZ 57.32 52.2 38.51 -
YUV 193.14 107.04 160.71 -
System Red Green Blue C M Y K H S L
Decimal 239 177 156 0 0.26 0.35 0.06 15.18 0.72 0.77
Hex EF B1 9C 0 1A 23 6 F 48 4D
Octal 357 261 234 0 32 43 6 17 110 115
Binary 11101111 10110001 10011100 0 11010 100011 110 1111 1001000 1001101

Color Harmonies of #EFB19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB19C

Black with #EFB19C

Text Example


Text Example

White with #EFB19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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