Html Css Color HEX #EEAEA1 Wax Flower

📋 copy color: '#EEAEA1'

red 238 ◦ green 174 ◦ blue 161

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

Shades of Wax Flower #EEAEA1

Tints of Wax Flower #EEAEA1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.37%

 BLUE value IS 161 (63.28% from 255) = 28.1%

R = 41.54%
G = 30.37%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EEAEA1 (or 0xEEAEA1) is known color: Wax Flower. HEX triplet: EE, AE and A1. RGB value is (238,174,161). Sum of RGB (Red+Green+Blue) = 238+174+161=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 161 (63.28% from 255 or 28.10% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAEA1 is #11515E. Grayscale: #BFBFBF. Windows color (decimal): -1134943 or 10596078. OLE color: 10596078.

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

Color convert

RGB 238 174 161 -
CMYK 0 0.27 0.32 0.07
HSL 10.13º 0.69% 0.78% -
HSV(B) 10.13º 0.32% 0.93% -
XYZ 56.83 51.02 40.57 -
YUV 191.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 238 174 161 0 0.27 0.32 0.07 10.13 0.69 0.78
Hex EE AE A1 0 1B 20 7 A 45 4E
Octal 356 256 241 0 33 40 7 12 105 116
Binary 11101110 10101110 10100001 0 11011 100000 111 1010 1000101 1001110

Color Harmonies of #EEAEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAEA1

Black with #EEAEA1

Text Example


Text Example

White with #EEAEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAEA1; }

 p { color: rgb(238,174,161); }

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

background-color css

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

 a { background-color: rgb(238,174,161); }

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

border-color css

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

 span { border-color: rgb(238,174,161); }

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