Html Css Color HEX #EDF3AF Australian Mint

📋 copy color: '#EDF3AF'

red 237 ◦ green 243 ◦ blue 175

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

Shades of Australian Mint #EDF3AF

Tints of Australian Mint #EDF3AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.72%

R = 36.18%
G = 37.1%
B = 26.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#EDF3AF (or 0xEDF3AF) is known color: Australian Mint. HEX triplet: ED, F3 and AF. RGB value is (237,243,175). Sum of RGB (Red+Green+Blue) = 237+243+175=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 243 (95.31% from 255 or 37.10% from 655); Blue value is 175 (68.75% from 255 or 26.72% from 655); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF3AF is #120C50. Grayscale: #E9E9E9. Windows color (decimal): -1182801 or 11531245. OLE color: 11531245.

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

Color convert

RGB 237 243 175 -
CMYK 0.02 0 0.28 0.05
HSL 65.29º 0.74% 0.82% -
HSV(B) 65.29º 0.28% 0.95% -
XYZ 74.71 85.2 53.07 -
YUV 233.45 95.01 130.53 -
System Red Green Blue C M Y K H S L
Decimal 237 243 175 0.02 0 0.28 0.05 65.29 0.74 0.82
Hex ED F3 AF 2 0 1C 5 41 4A 52
Octal 355 363 257 2 0 34 5 101 112 122
Binary 11101101 11110011 10101111 10 0 11100 101 1000001 1001010 1010010

Color Harmonies of #EDF3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF3AF

Black with #EDF3AF

Text Example


Text Example

White with #EDF3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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