Html Css Color HEX #EFB29E Wax Flower

📋 copy color: '#EFB29E'

red 239 ◦ green 178 ◦ blue 158

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

Shades of Wax Flower #EFB29E

Tints of Wax Flower #EFB29E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.48%

R = 41.57%
G = 30.96%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFB29E (or 0xEFB29E) is known color: Wax Flower. HEX triplet: EF, B2 and 9E. RGB value is (239,178,158). Sum of RGB (Red+Green+Blue) = 239+178+158=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB29E is #104D61. Grayscale: #C2C2C2. Windows color (decimal): -1068386 or 10400495. OLE color: 10400495.

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

Color convert

RGB 239 178 158 -
CMYK 0 0.26 0.34 0.06
HSL 14.81º 0.72% 0.78% -
HSV(B) 14.81º 0.34% 0.94% -
XYZ 57.69 52.66 39.47 -
YUV 193.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 239 178 158 0 0.26 0.34 0.06 14.81 0.72 0.78
Hex EF B2 9E 0 1A 22 6 F 48 4E
Octal 357 262 236 0 32 42 6 17 110 116
Binary 11101111 10110010 10011110 0 11010 100010 110 1111 1001000 1001110

Color Harmonies of #EFB29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB29E

Black with #EFB29E

Text Example


Text Example

White with #EFB29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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