Html Css Color HEX #EBF6AA Australian Mint

📋 copy color: '#EBF6AA'

red 235 ◦ green 246 ◦ blue 170

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

Shades of Australian Mint #EBF6AA

Tints of Australian Mint #EBF6AA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.79%

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

R = 36.1%
G = 37.79%
B = 26.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#EBF6AA (or 0xEBF6AA) is known color: Australian Mint. HEX triplet: EB, F6 and AA. RGB value is (235,246,170). Sum of RGB (Red+Green+Blue) = 235+246+170=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 246 (96.48% from 255 or 37.79% from 651); Blue value is 170 (66.80% from 255 or 26.11% from 651); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF6AA is #140955. Grayscale: #EAEAEA. Windows color (decimal): -1313110 or 11204331. OLE color: 11204331.

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

Color convert

RGB 235 246 170 -
CMYK 0.04 0 0.31 0.04
HSL 68.68º 0.81% 0.82% -
HSV(B) 68.68º 0.31% 0.96% -
XYZ 74.47 86.48 50.8 -
YUV 234.05 91.86 128.68 -
System Red Green Blue C M Y K H S L
Decimal 235 246 170 0.04 0 0.31 0.04 68.68 0.81 0.82
Hex EB F6 AA 4 0 1F 4 45 51 52
Octal 353 366 252 4 0 37 4 105 121 122
Binary 11101011 11110110 10101010 100 0 11111 100 1000101 1010001 1010010

Color Harmonies of #EBF6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF6AA

Black with #EBF6AA

Text Example


Text Example

White with #EBF6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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