Html Css Color HEX #EEAC90 Wax Flower

📋 copy color: '#EEAC90'

red 238 ◦ green 172 ◦ blue 144

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

Shades of Wax Flower #EEAC90

Tints of Wax Flower #EEAC90

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.05%

 BLUE value IS 144 (56.64% from 255) = 25.99%

R = 42.96%
G = 31.05%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EEAC90 (or 0xEEAC90) is known color: Wax Flower. HEX triplet: EE, AC and 90. RGB value is (238,172,144). Sum of RGB (Red+Green+Blue) = 238+172+144=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAC90 is #11536F. Grayscale: #BCBCBC. Windows color (decimal): -1135472 or 9481454. OLE color: 9481454.

HSL color Cylindrical-coordinate representation of color #EEAC90: hue angle of 17.87º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EEAC90 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 172 144 -
CMYK 0 0.28 0.39 0.07
HSL 17.87º 0.73% 0.75% -
HSV(B) 17.87º 0.39% 0.93% -
XYZ 55.05 49.7 33.08 -
YUV 188.54 102.87 163.28 -
System Red Green Blue C M Y K H S L
Decimal 238 172 144 0 0.28 0.39 0.07 17.87 0.73 0.75
Hex EE AC 90 0 1C 27 7 12 49 4B
Octal 356 254 220 0 34 47 7 22 111 113
Binary 11101110 10101100 10010000 0 11100 100111 111 10010 1001001 1001011

Color Harmonies of #EEAC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAC90

Black with #EEAC90

Text Example


Text Example

White with #EEAC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAC90; }

 p { color: rgb(238,172,144); }

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

background-color css

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

 a { background-color: rgb(238,172,144); }

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

border-color css

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

 span { border-color: rgb(238,172,144); }

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