Html Css Color HEX #EFBBA3 Wax Flower

📋 copy color: '#EFBBA3'

red 239 ◦ green 187 ◦ blue 163

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

Shades of Wax Flower #EFBBA3

Tints of Wax Flower #EFBBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.67%

R = 40.58%
G = 31.75%
B = 27.67%

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

#EFBBA3 (or 0xEFBBA3) is known color: Wax Flower. HEX triplet: EF, BB and A3. RGB value is (239,187,163). Sum of RGB (Red+Green+Blue) = 239+187+163=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBBA3 is #10445C. Grayscale: #C7C7C7. Windows color (decimal): -1066077 or 10730479. OLE color: 10730479.

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

Color convert

RGB 239 187 163 -
CMYK 0 0.22 0.32 0.06
HSL 18.95º 0.7% 0.79% -
HSV(B) 18.95º 0.32% 0.94% -
XYZ 59.98 56.54 42.4 -
YUV 199.81 107.23 155.95 -
System Red Green Blue C M Y K H S L
Decimal 239 187 163 0 0.22 0.32 0.06 18.95 0.7 0.79
Hex EF BB A3 0 16 20 6 13 46 4F
Octal 357 273 243 0 26 40 6 23 106 117
Binary 11101111 10111011 10100011 0 10110 100000 110 10011 1000110 1001111

Color Harmonies of #EFBBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBA3

Black with #EFBBA3

Text Example


Text Example

White with #EFBBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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