Html Css Color HEX #EFB096 Wax Flower

📋 copy color: '#EFB096'

red 239 ◦ green 176 ◦ blue 150

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

Shades of Wax Flower #EFB096

Tints of Wax Flower #EFB096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.55%

R = 42.3%
G = 31.15%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFB096 (or 0xEFB096) is known color: Wax Flower. HEX triplet: EF, B0 and 96. RGB value is (239,176,150). Sum of RGB (Red+Green+Blue) = 239+176+150=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB096 is #104F69. Grayscale: #C0C0C0. Windows color (decimal): -1068906 or 9875695. OLE color: 9875695.

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

Color convert

RGB 239 176 150 -
CMYK 0 0.26 0.37 0.06
HSL 17.53º 0.74% 0.76% -
HSV(B) 17.53º 0.37% 0.94% -
XYZ 56.63 51.6 35.83 -
YUV 191.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 239 176 150 0 0.26 0.37 0.06 17.53 0.74 0.76
Hex EF B0 96 0 1A 25 6 12 4A 4C
Octal 357 260 226 0 32 45 6 22 112 114
Binary 11101111 10110000 10010110 0 11010 100101 110 10010 1001010 1001100

Color Harmonies of #EFB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB096

Black with #EFB096

Text Example


Text Example

White with #EFB096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB096; }

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

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

background-color css

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

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

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

border-color css

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

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

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