Html Css Color HEX #EFB09C Wax Flower

📋 copy color: '#EFB09C'

red 239 ◦ green 176 ◦ blue 156

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

Shades of Wax Flower #EFB09C

Tints of Wax Flower #EFB09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.32%

R = 41.86%
G = 30.82%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFB09C (or 0xEFB09C) is known color: Wax Flower. HEX triplet: EF, B0 and 9C. RGB value is (239,176,156). Sum of RGB (Red+Green+Blue) = 239+176+156=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB09C is #104F63. Grayscale: #C0C0C0. Windows color (decimal): -1068900 or 10268911. OLE color: 10268911.

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

Color convert

RGB 239 176 156 -
CMYK 0 0.26 0.35 0.06
HSL 14.46º 0.72% 0.77% -
HSV(B) 14.46º 0.35% 0.94% -
XYZ 57.12 51.8 38.44 -
YUV 192.56 107.37 161.13 -
System Red Green Blue C M Y K H S L
Decimal 239 176 156 0 0.26 0.35 0.06 14.46 0.72 0.77
Hex EF B0 9C 0 1A 23 6 E 48 4D
Octal 357 260 234 0 32 43 6 16 110 115
Binary 11101111 10110000 10011100 0 11010 100011 110 1110 1001000 1001101

Color Harmonies of #EFB09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB09C

Black with #EFB09C

Text Example


Text Example

White with #EFB09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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