#EDF9B3

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

Shades of Australian Mint #EDF9B3

Tints of Australian Mint #EDF9B3

Color information

#EDF9B3 (or 0xEDF9B3) is unknown color: approx Australian Mint. HEX triplet: ED, F9 and B3. RGB value is (237,249,179). Sum of RGB (Red+Green+Blue) = 237+249+179=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 249 (97.66% from 255 or 37.44% from 665); Blue value is 179 (70.31% from 255 or 26.92% from 665); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9B3 is #12064C. Grayscale: #EDEDED. Windows color (decimal): -1181261 or 11794925. OLE color: 11794925.

HSL color Cylindrical-coordinate representation of color #EDF9B3: hue angle of 70.29º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDF9B3 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB237249179-
CMYK0.0500.280.02
HSL70.29º85.37%83.92%-
HSV(B)70.29º28.11%97.65%-
XYZ76.9489.0155.77-
YUV237.4395.02127.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 249 (97.66% from 255) = 37.44%
BLUE value IS 179 (70.31% from 255) = 26.92%
R=35.64%
G=37.44%
B=26.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372491790.0500.280.0270.2985.3783.92
HexEDF9B3501C2465554
Octal35537126350342106125124
Binary11101101111110011011001110101110010100011010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF9B3; }

 p { color: rgb(237,249,179); }

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

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

 a { background-color: rgb(237,249,179); }

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

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

 span { border-color: rgb(237,249,179); }

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