Html Css Color HEX #EFBAA2 Wax Flower

📋 copy color: '#EFBAA2'

red 239 ◦ green 186 ◦ blue 162

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

Shades of Wax Flower #EFBAA2

Tints of Wax Flower #EFBAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.6%

R = 40.72%
G = 31.69%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EFBAA2 (or 0xEFBAA2) is known color: Wax Flower. HEX triplet: EF, BA and A2. RGB value is (239,186,162). Sum of RGB (Red+Green+Blue) = 239+186+162=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 162 (63.67% from 255 or 27.60% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBAA2 is #10455D. Grayscale: #C7C7C7. Windows color (decimal): -1066334 or 10664687. OLE color: 10664687.

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

Color convert

RGB 239 186 162 -
CMYK 0 0.22 0.32 0.06
HSL 18.7º 0.71% 0.79% -
HSV(B) 18.7º 0.32% 0.94% -
XYZ 59.68 56.08 41.86 -
YUV 199.11 107.06 156.45 -
System Red Green Blue C M Y K H S L
Decimal 239 186 162 0 0.22 0.32 0.06 18.7 0.71 0.79
Hex EF BA A2 0 16 20 6 13 47 4F
Octal 357 272 242 0 26 40 6 23 107 117
Binary 11101111 10111010 10100010 0 10110 100000 110 10011 1000111 1001111

Color Harmonies of #EFBAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAA2

Black with #EFBAA2

Text Example


Text Example

White with #EFBAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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