Html Css Color HEX #EFB29F Wax Flower

📋 copy color: '#EFB29F'

red 239 ◦ green 178 ◦ blue 159

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

Shades of Wax Flower #EFB29F

Tints of Wax Flower #EFB29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.6%

R = 41.49%
G = 30.9%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFB29F (or 0xEFB29F) is known color: Wax Flower. HEX triplet: EF, B2 and 9F. RGB value is (239,178,159). Sum of RGB (Red+Green+Blue) = 239+178+159=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB29F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB29F is #104D60. Grayscale: #C2C2C2. Windows color (decimal): -1068385 or 10466031. OLE color: 10466031.

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

Color convert

RGB 239 178 159 -
CMYK 0 0.26 0.33 0.06
HSL 14.25º 0.71% 0.78% -
HSV(B) 14.25º 0.33% 0.94% -
XYZ 57.78 52.69 39.93 -
YUV 194.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 239 178 159 0 0.26 0.33 0.06 14.25 0.71 0.78
Hex EF B2 9F 0 1A 21 6 E 47 4E
Octal 357 262 237 0 32 41 6 16 107 116
Binary 11101111 10110010 10011111 0 11010 100001 110 1110 1000111 1001110

Color Harmonies of #EFB29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB29F

Black with #EFB29F

Text Example


Text Example

White with #EFB29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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