Html Css Color HEX #EFB09D Wax Flower

📋 copy color: '#EFB09D'

red 239 ◦ green 176 ◦ blue 157

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

Shades of Wax Flower #EFB09D

Tints of Wax Flower #EFB09D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.77%

 BLUE value IS 157 (61.72% from 255) = 27.45%

R = 41.78%
G = 30.77%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFB09D (or 0xEFB09D) is known color: Wax Flower. HEX triplet: EF, B0 and 9D. RGB value is (239,176,157). Sum of RGB (Red+Green+Blue) = 239+176+157=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB09D is #104F62. Grayscale: #C0C0C0. Windows color (decimal): -1068899 or 10334447. OLE color: 10334447.

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

Color convert

RGB 239 176 157 -
CMYK 0 0.26 0.34 0.06
HSL 13.9º 0.72% 0.78% -
HSV(B) 13.9º 0.34% 0.94% -
XYZ 57.21 51.84 38.89 -
YUV 192.67 107.87 161.04 -
System Red Green Blue C M Y K H S L
Decimal 239 176 157 0 0.26 0.34 0.06 13.9 0.72 0.78
Hex EF B0 9D 0 1A 22 6 E 48 4E
Octal 357 260 235 0 32 42 6 16 110 116
Binary 11101111 10110000 10011101 0 11010 100010 110 1110 1001000 1001110

Color Harmonies of #EFB09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB09D

Black with #EFB09D

Text Example


Text Example

White with #EFB09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB09D; }

 p { color: rgb(239,176,157); }

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

background-color css

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

 a { background-color: rgb(239,176,157); }

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

border-color css

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

 span { border-color: rgb(239,176,157); }

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