Html Css Color HEX #EFA89B Wax Flower

📋 copy color: '#EFA89B'

red 239 ◦ green 168 ◦ blue 155

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

Shades of Wax Flower #EFA89B

Tints of Wax Flower #EFA89B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.89%

 BLUE value IS 155 (60.94% from 255) = 27.58%

R = 42.53%
G = 29.89%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFA89B (or 0xEFA89B) is known color: Wax Flower. HEX triplet: EF, A8 and 9B. RGB value is (239,168,155). Sum of RGB (Red+Green+Blue) = 239+168+155=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA89B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA89B is #105764. Grayscale: #BBBBBB. Windows color (decimal): -1070949 or 10201327. OLE color: 10201327.

HSL color Cylindrical-coordinate representation of color #EFA89B: hue angle of 9.29º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFA89B is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 168 155 -
CMYK 0 0.30 0.35 0.06
HSL 9.29º 0.72% 0.77% -
HSV(B) 9.29º 0.35% 0.94% -
XYZ 55.52 48.72 37.49 -
YUV 187.75 109.52 164.56 -
System Red Green Blue C M Y K H S L
Decimal 239 168 155 0 0.30 0.35 0.06 9.29 0.72 0.77
Hex EF A8 9B 0 1E 23 6 9 48 4D
Octal 357 250 233 0 36 43 6 11 110 115
Binary 11101111 10101000 10011011 0 11110 100011 110 1001 1001000 1001101

Color Harmonies of #EFA89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA89B

Black with #EFA89B

Text Example


Text Example

White with #EFA89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA89B; }

 p { color: rgb(239,168,155); }

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

background-color css

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

 a { background-color: rgb(239,168,155); }

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

border-color css

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

 span { border-color: rgb(239,168,155); }

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