Html Css Color HEX #EFB098 Wax Flower

📋 copy color: '#EFB098'

red 239 ◦ green 176 ◦ blue 152

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

Shades of Wax Flower #EFB098

Tints of Wax Flower #EFB098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.81%

R = 42.15%
G = 31.04%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFB098 (or 0xEFB098) is known color: Wax Flower. HEX triplet: EF, B0 and 98. RGB value is (239,176,152). Sum of RGB (Red+Green+Blue) = 239+176+152=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB098 is #104F67. Grayscale: #C0C0C0. Windows color (decimal): -1068904 or 10006767. OLE color: 10006767.

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

Color convert

RGB 239 176 152 -
CMYK 0 0.26 0.36 0.06
HSL 16.55º 0.73% 0.77% -
HSV(B) 16.55º 0.36% 0.94% -
XYZ 56.79 51.67 36.69 -
YUV 192.1 105.37 161.45 -
System Red Green Blue C M Y K H S L
Decimal 239 176 152 0 0.26 0.36 0.06 16.55 0.73 0.77
Hex EF B0 98 0 1A 24 6 11 49 4D
Octal 357 260 230 0 32 44 6 21 111 115
Binary 11101111 10110000 10011000 0 11010 100100 110 10001 1001001 1001101

Color Harmonies of #EFB098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB098

Black with #EFB098

Text Example


Text Example

White with #EFB098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB098; }

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

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

background-color css

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

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

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

border-color css

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

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

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