Html Css Color HEX #EDF3AD Australian Mint

📋 copy color: '#EDF3AD'

red 237 ◦ green 243 ◦ blue 173

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

Shades of Australian Mint #EDF3AD

Tints of Australian Mint #EDF3AD

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.21%

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

R = 36.29%
G = 37.21%
B = 26.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#EDF3AD (or 0xEDF3AD) is known color: Australian Mint. HEX triplet: ED, F3 and AD. RGB value is (237,243,173). Sum of RGB (Red+Green+Blue) = 237+243+173=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 173 (67.97% from 255 or 26.49% from 653); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF3AD is #120C52. Grayscale: #E9E9E9. Windows color (decimal): -1182803 or 11400173. OLE color: 11400173.

HSL color Cylindrical-coordinate representation of color #EDF3AD: hue angle of 65.14º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDF3AD is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 173 -
CMYK 0.02 0 0.29 0.05
HSL 65.14º 0.74% 0.82% -
HSV(B) 65.14º 0.29% 0.95% -
XYZ 74.52 85.12 52.04 -
YUV 233.23 94.01 130.69 -
System Red Green Blue C M Y K H S L
Decimal 237 243 173 0.02 0 0.29 0.05 65.14 0.74 0.82
Hex ED F3 AD 2 0 1D 5 41 4A 52
Octal 355 363 255 2 0 35 5 101 112 122
Binary 11101101 11110011 10101101 10 0 11101 101 1000001 1001010 1010010

Color Harmonies of #EDF3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF3AD

Black with #EDF3AD

Text Example


Text Example

White with #EDF3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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