Html Css Color HEX #EFBBA1 Wax Flower

📋 copy color: '#EFBBA1'

red 239 ◦ green 187 ◦ blue 161

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

Shades of Wax Flower #EFBBA1

Tints of Wax Flower #EFBBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.43%

R = 40.72%
G = 31.86%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFBBA1 (or 0xEFBBA1) is known color: Wax Flower. HEX triplet: EF, BB and A1. RGB value is (239,187,161). Sum of RGB (Red+Green+Blue) = 239+187+161=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 161 (63.28% from 255 or 27.43% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBBA1 is #10445E. Grayscale: #C7C7C7. Windows color (decimal): -1066079 or 10599407. OLE color: 10599407.

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

Color convert

RGB 239 187 161 -
CMYK 0 0.22 0.33 0.06
HSL 20º 0.71% 0.78% -
HSV(B) 20º 0.33% 0.94% -
XYZ 59.8 56.46 41.47 -
YUV 199.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 239 187 161 0 0.22 0.33 0.06 20 0.71 0.78
Hex EF BB A1 0 16 21 6 14 47 4E
Octal 357 273 241 0 26 41 6 24 107 116
Binary 11101111 10111011 10100001 0 10110 100001 110 10100 1000111 1001110

Color Harmonies of #EFBBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBA1

Black with #EFBBA1

Text Example


Text Example

White with #EFBBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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