Html Css Color HEX #EBF4AA Australian Mint

📋 copy color: '#EBF4AA'

red 235 ◦ green 244 ◦ blue 170

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

Shades of Australian Mint #EBF4AA

Tints of Australian Mint #EBF4AA

RGB

 RED value IS 235 (92.19% from 255) = 36.21%

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

 BLUE value IS 170 (66.8% from 255) = 26.19%

R = 36.21%
G = 37.6%
B = 26.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#EBF4AA (or 0xEBF4AA) is known color: Australian Mint. HEX triplet: EB, F4 and AA. RGB value is (235,244,170). Sum of RGB (Red+Green+Blue) = 235+244+170=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 244 (95.70% from 255 or 37.60% from 649); Blue value is 170 (66.80% from 255 or 26.19% from 649); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF4AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF4AA is #140B55. Grayscale: #E9E9E9. Windows color (decimal): -1313622 or 11203819. OLE color: 11203819.

HSL color Cylindrical-coordinate representation of color #EBF4AA: hue angle of 67.3º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBF4AA is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 244 170 -
CMYK 0.04 0 0.30 0.04
HSL 67.3º 0.77% 0.81% -
HSV(B) 67.3º 0.3% 0.96% -
XYZ 73.87 85.27 50.59 -
YUV 232.87 92.52 129.52 -
System Red Green Blue C M Y K H S L
Decimal 235 244 170 0.04 0 0.30 0.04 67.3 0.77 0.81
Hex EB F4 AA 4 0 1E 4 43 4D 51
Octal 353 364 252 4 0 36 4 103 115 121
Binary 11101011 11110100 10101010 100 0 11110 100 1000011 1001101 1010001

Color Harmonies of #EBF4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF4AA

Black with #EBF4AA

Text Example


Text Example

White with #EBF4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF4AA; }

 p { color: rgb(235,244,170); }

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

background-color css

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

 a { background-color: rgb(235,244,170); }

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

border-color css

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

 span { border-color: rgb(235,244,170); }

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