Html Css Color HEX #EFB29D Wax Flower

📋 copy color: '#EFB29D'

red 239 ◦ green 178 ◦ blue 157

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

Shades of Wax Flower #EFB29D

Tints of Wax Flower #EFB29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.35%

R = 41.64%
G = 31.01%
B = 27.35%

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

#EFB29D (or 0xEFB29D) is known color: Wax Flower. HEX triplet: EF, B2 and 9D. RGB value is (239,178,157). Sum of RGB (Red+Green+Blue) = 239+178+157=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB29D is #104D62. Grayscale: #C1C1C1. Windows color (decimal): -1068387 or 10334959. OLE color: 10334959.

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

Color convert

RGB 239 178 157 -
CMYK 0 0.26 0.34 0.06
HSL 15.37º 0.72% 0.78% -
HSV(B) 15.37º 0.34% 0.94% -
XYZ 57.6 52.63 39.02 -
YUV 193.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 239 178 157 0 0.26 0.34 0.06 15.37 0.72 0.78
Hex EF B2 9D 0 1A 22 6 F 48 4E
Octal 357 262 235 0 32 42 6 17 110 116
Binary 11101111 10110010 10011101 0 11010 100010 110 1111 1001000 1001110

Color Harmonies of #EFB29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB29D

Black with #EFB29D

Text Example


Text Example

White with #EFB29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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