Html Css Color HEX #EFB095 Wax Flower

📋 copy color: '#EFB095'

red 239 ◦ green 176 ◦ blue 149

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

Shades of Wax Flower #EFB095

Tints of Wax Flower #EFB095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.42%

R = 42.38%
G = 31.21%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFB095 (or 0xEFB095) is known color: Wax Flower. HEX triplet: EF, B0 and 95. RGB value is (239,176,149). Sum of RGB (Red+Green+Blue) = 239+176+149=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB095 is #104F6A. Grayscale: #BFBFBF. Windows color (decimal): -1068907 or 9810159. OLE color: 9810159.

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

Color convert

RGB 239 176 149 -
CMYK 0 0.26 0.38 0.06
HSL 18º 0.74% 0.76% -
HSV(B) 18º 0.38% 0.94% -
XYZ 56.55 51.57 35.41 -
YUV 191.76 103.87 161.7 -
System Red Green Blue C M Y K H S L
Decimal 239 176 149 0 0.26 0.38 0.06 18 0.74 0.76
Hex EF B0 95 0 1A 26 6 12 4A 4C
Octal 357 260 225 0 32 46 6 22 112 114
Binary 11101111 10110000 10010101 0 11010 100110 110 10010 1001010 1001100

Color Harmonies of #EFB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB095

Black with #EFB095

Text Example


Text Example

White with #EFB095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB095; }

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

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

background-color css

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

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

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

border-color css

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

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

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