Html Css Color HEX #EFB299 Wax Flower

📋 copy color: '#EFB299'

red 239 ◦ green 178 ◦ blue 153

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

Shades of Wax Flower #EFB299

Tints of Wax Flower #EFB299

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.23%

 BLUE value IS 153 (60.16% from 255) = 26.84%

R = 41.93%
G = 31.23%
B = 26.84%

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

#EFB299 (or 0xEFB299) is known color: Wax Flower. HEX triplet: EF, B2 and 99. RGB value is (239,178,153). Sum of RGB (Red+Green+Blue) = 239+178+153=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB299 is #104D66. Grayscale: #C1C1C1. Windows color (decimal): -1068391 or 10072815. OLE color: 10072815.

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

Color convert

RGB 239 178 153 -
CMYK 0 0.26 0.36 0.06
HSL 17.44º 0.73% 0.77% -
HSV(B) 17.44º 0.36% 0.94% -
XYZ 57.27 52.49 37.25 -
YUV 193.39 105.21 160.53 -
System Red Green Blue C M Y K H S L
Decimal 239 178 153 0 0.26 0.36 0.06 17.44 0.73 0.77
Hex EF B2 99 0 1A 24 6 11 49 4D
Octal 357 262 231 0 32 44 6 21 111 115
Binary 11101111 10110010 10011001 0 11010 100100 110 10001 1001001 1001101

Color Harmonies of #EFB299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB299

Black with #EFB299

Text Example


Text Example

White with #EFB299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB299; }

 p { color: rgb(239,178,153); }

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

background-color css

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

 a { background-color: rgb(239,178,153); }

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

border-color css

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

 span { border-color: rgb(239,178,153); }

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