Html Css Color HEX #EEB29D Wax Flower

📋 copy color: '#EEB29D'

red 238 ◦ green 178 ◦ blue 157

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

Shades of Wax Flower #EEB29D

Tints of Wax Flower #EEB29D

RGB

 RED value IS 238 (93.36% from 255) = 41.54%

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

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

R = 41.54%
G = 31.06%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EEB29D (or 0xEEB29D) is known color: Wax Flower. HEX triplet: EE, B2 and 9D. RGB value is (238,178,157). Sum of RGB (Red+Green+Blue) = 238+178+157=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB29D is #114D62. Grayscale: #C1C1C1. Windows color (decimal): -1133923 or 10334958. OLE color: 10334958.

HSL color Cylindrical-coordinate representation of color #EEB29D: hue angle of 15.56º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEB29D is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 178 157 -
CMYK 0 0.25 0.34 0.07
HSL 15.56º 0.7% 0.77% -
HSV(B) 15.56º 0.34% 0.93% -
XYZ 57.27 52.45 39 -
YUV 193.55 107.38 159.71 -
System Red Green Blue C M Y K H S L
Decimal 238 178 157 0 0.25 0.34 0.07 15.56 0.7 0.77
Hex EE B2 9D 0 19 22 7 10 46 4D
Octal 356 262 235 0 31 42 7 20 106 115
Binary 11101110 10110010 10011101 0 11001 100010 111 10000 1000110 1001101

Color Harmonies of #EEB29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB29D

Black with #EEB29D

Text Example


Text Example

White with #EEB29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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