#EEFCAD

Color #EEFCAD Australian Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Australian Mint #EEFCAD

Tints of Australian Mint #EEFCAD

Color information

#EEFCAD (or 0xEEFCAD) is unknown color: approx Australian Mint. HEX triplet: EE, FC and AD. RGB value is (238,252,173). Sum of RGB (Red+Green+Blue) = 238+252+173=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 173 (67.97% from 255 or 26.09% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFCAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFCAD is #110352. Grayscale: #EFEFEF. Windows color (decimal): -1114963 or 11402478. OLE color: 11402478.

HSL color Cylindrical-coordinate representation of color #EEFCAD: hue angle of 70.63º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEFCAD is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB238252173-
CMYK0.0600.310.01
HSL70.63º92.94%83.33%-
HSV(B)70.63º31.35%98.82%-
XYZ77.6190.8252.97-
YUV238.8190.86127.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.90%
GREEN value IS 252 (98.83% from 255) = 38.01%
BLUE value IS 173 (67.97% from 255) = 26.09%
R=35.90%
G=38.01%
B=26.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382521730.0600.310.0170.6392.9483.33
HexEEFCAD601F1475d53
Octal35637425560371107135123
Binary1110111011111100101011011100111111100011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFCAD; }

 p { color: rgb(238,252,173); }

 H1.HeaderClassName
 {
   color: #EEFCAD;
 }
 .AnyTagClassName
 {
   color: #EEFCAD;
 }
</style>
background-color css

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

 a { background-color: rgb(238,252,173); }

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

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

 span { border-color: rgb(238,252,173); }

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