Html Css Color HEX #EEB29E Wax Flower

📋 copy color: '#EEB29E'

red 238 ◦ green 178 ◦ blue 158

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

Shades of Wax Flower #EEB29E

Tints of Wax Flower #EEB29E

RGB

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

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

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

R = 41.46%
G = 31.01%
B = 27.53%

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

#EEB29E (or 0xEEB29E) is known color: Wax Flower. HEX triplet: EE, B2 and 9E. RGB value is (238,178,158). Sum of RGB (Red+Green+Blue) = 238+178+158=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB29E is #114D61. Grayscale: #C1C1C1. Windows color (decimal): -1133922 or 10400494. OLE color: 10400494.

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

Color convert

RGB 238 178 158 -
CMYK 0 0.25 0.34 0.07
HSL 15º 0.7% 0.78% -
HSV(B) 15º 0.34% 0.93% -
XYZ 57.35 52.49 39.46 -
YUV 193.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 238 178 158 0 0.25 0.34 0.07 15 0.7 0.78
Hex EE B2 9E 0 19 22 7 F 46 4E
Octal 356 262 236 0 31 42 7 17 106 116
Binary 11101110 10110010 10011110 0 11001 100010 111 1111 1000110 1001110

Color Harmonies of #EEB29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB29E

Black with #EEB29E

Text Example


Text Example

White with #EEB29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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