Html Css Color HEX #EDF4AD Australian Mint

📋 copy color: '#EDF4AD'

red 237 ◦ green 244 ◦ blue 173

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

Shades of Australian Mint #EDF4AD

Tints of Australian Mint #EDF4AD

RGB

 RED value IS 237 (92.97% from 255) = 36.24%

 GREEN value IS 244 (95.7% from 255) = 37.31%

 BLUE value IS 173 (67.97% from 255) = 26.45%

R = 36.24%
G = 37.31%
B = 26.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#EDF4AD (or 0xEDF4AD) is known color: Australian Mint. HEX triplet: ED, F4 and AD. RGB value is (237,244,173). Sum of RGB (Red+Green+Blue) = 237+244+173=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 173 (67.97% from 255 or 26.45% from 654); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF4AD is #120B52. Grayscale: #EAEAEA. Windows color (decimal): -1182547 or 11400429. OLE color: 11400429.

HSL color Cylindrical-coordinate representation of color #EDF4AD: hue angle of 65.92º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDF4AD is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 173 -
CMYK 0.03 0 0.29 0.04
HSL 65.92º 0.76% 0.82% -
HSV(B) 65.92º 0.29% 0.96% -
XYZ 74.82 85.72 52.14 -
YUV 233.81 93.68 130.27 -
System Red Green Blue C M Y K H S L
Decimal 237 244 173 0.03 0 0.29 0.04 65.92 0.76 0.82
Hex ED F4 AD 3 0 1D 4 42 4C 52
Octal 355 364 255 3 0 35 4 102 114 122
Binary 11101101 11110100 10101101 11 0 11101 100 1000010 1001100 1010010

Color Harmonies of #EDF4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF4AD

Black with #EDF4AD

Text Example


Text Example

White with #EDF4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF4AD; }

 p { color: rgb(237,244,173); }

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

background-color css

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

 a { background-color: rgb(237,244,173); }

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

border-color css

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

 span { border-color: rgb(237,244,173); }

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