Html Css Color HEX #EFBAA1 Wax Flower

📋 copy color: '#EFBAA1'

red 239 ◦ green 186 ◦ blue 161

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

Shades of Wax Flower #EFBAA1

Tints of Wax Flower #EFBAA1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.74%

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

R = 40.78%
G = 31.74%
B = 27.47%

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

#EFBAA1 (or 0xEFBAA1) is known color: Wax Flower. HEX triplet: EF, BA and A1. RGB value is (239,186,161). Sum of RGB (Red+Green+Blue) = 239+186+161=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBAA1 is #10455E. Grayscale: #C7C7C7. Windows color (decimal): -1066335 or 10599151. OLE color: 10599151.

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

Color convert

RGB 239 186 161 -
CMYK 0 0.22 0.33 0.06
HSL 19.23º 0.71% 0.78% -
HSV(B) 19.23º 0.33% 0.94% -
XYZ 59.59 56.04 41.39 -
YUV 199 106.56 156.53 -
System Red Green Blue C M Y K H S L
Decimal 239 186 161 0 0.22 0.33 0.06 19.23 0.71 0.78
Hex EF BA A1 0 16 21 6 13 47 4E
Octal 357 272 241 0 26 41 6 23 107 116
Binary 11101111 10111010 10100001 0 10110 100001 110 10011 1000111 1001110

Color Harmonies of #EFBAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAA1

Black with #EFBAA1

Text Example


Text Example

White with #EFBAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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