Html Css Color HEX #EFBBA2 Wax Flower

📋 copy color: '#EFBBA2'

red 239 ◦ green 187 ◦ blue 162

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

Shades of Wax Flower #EFBBA2

Tints of Wax Flower #EFBBA2

RGB

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

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

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

R = 40.65%
G = 31.8%
B = 27.55%

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

#EFBBA2 (or 0xEFBBA2) is known color: Wax Flower. HEX triplet: EF, BB and A2. RGB value is (239,187,162). Sum of RGB (Red+Green+Blue) = 239+187+162=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBBA2 is #10445D. Grayscale: #C7C7C7. Windows color (decimal): -1066078 or 10664943. OLE color: 10664943.

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

Color convert

RGB 239 187 162 -
CMYK 0 0.22 0.32 0.06
HSL 19.48º 0.71% 0.79% -
HSV(B) 19.48º 0.32% 0.94% -
XYZ 59.89 56.5 41.93 -
YUV 199.7 106.73 156.03 -
System Red Green Blue C M Y K H S L
Decimal 239 187 162 0 0.22 0.32 0.06 19.48 0.71 0.79
Hex EF BB A2 0 16 20 6 13 47 4F
Octal 357 273 242 0 26 40 6 23 107 117
Binary 11101111 10111011 10100010 0 10110 100000 110 10011 1000111 1001111

Color Harmonies of #EFBBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBA2

Black with #EFBBA2

Text Example


Text Example

White with #EFBBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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