Html Css Color HEX #EFBBA6 Wax Flower

📋 copy color: '#EFBBA6'

red 239 ◦ green 187 ◦ blue 166

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

Shades of Wax Flower #EFBBA6

Tints of Wax Flower #EFBBA6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.59%

 BLUE value IS 166 (65.23% from 255) = 28.04%

R = 40.37%
G = 31.59%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EFBBA6 (or 0xEFBBA6) is known color: Wax Flower. HEX triplet: EF, BB and A6. RGB value is (239,187,166). Sum of RGB (Red+Green+Blue) = 239+187+166=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBBA6 is #104459. Grayscale: #C8C8C8. Windows color (decimal): -1066074 or 10927087. OLE color: 10927087.

HSL color Cylindrical-coordinate representation of color #EFBBA6: hue angle of 17.26º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFBBA6 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 187 166 -
CMYK 0 0.22 0.31 0.06
HSL 17.26º 0.7% 0.79% -
HSV(B) 17.26º 0.31% 0.94% -
XYZ 60.25 56.64 43.83 -
YUV 200.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 239 187 166 0 0.22 0.31 0.06 17.26 0.7 0.79
Hex EF BB A6 0 16 1F 6 11 46 4F
Octal 357 273 246 0 26 37 6 21 106 117
Binary 11101111 10111011 10100110 0 10110 11111 110 10001 1000110 1001111

Color Harmonies of #EFBBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBA6

Black with #EFBBA6

Text Example


Text Example

White with #EFBBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBA6; }

 p { color: rgb(239,187,166); }

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

background-color css

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

 a { background-color: rgb(239,187,166); }

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

border-color css

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

 span { border-color: rgb(239,187,166); }

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