Html Css Color HEX #EBF1A0 Australian Mint

📋 copy color: '#EBF1A0'

red 235 ◦ green 241 ◦ blue 160

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

Shades of Australian Mint #EBF1A0

Tints of Australian Mint #EBF1A0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.89%

 BLUE value IS 160 (62.89% from 255) = 25.16%

R = 36.95%
G = 37.89%
B = 25.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#EBF1A0 (or 0xEBF1A0) is known color: Australian Mint. HEX triplet: EB, F1 and A0. RGB value is (235,241,160). Sum of RGB (Red+Green+Blue) = 235+241+160=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 160 (62.89% from 255 or 25.16% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF1A0 is #140E5F. Grayscale: #E6E6E6. Windows color (decimal): -1314400 or 10547691. OLE color: 10547691.

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

Color convert

RGB 235 241 160 -
CMYK 0.02 0 0.34 0.05
HSL 64.44º 0.74% 0.79% -
HSV(B) 64.44º 0.34% 0.95% -
XYZ 72.06 83.11 45.5 -
YUV 229.97 88.51 131.59 -
System Red Green Blue C M Y K H S L
Decimal 235 241 160 0.02 0 0.34 0.05 64.44 0.74 0.79
Hex EB F1 A0 2 0 22 5 40 4A 4F
Octal 353 361 240 2 0 42 5 100 112 117
Binary 11101011 11110001 10100000 10 0 100010 101 1000000 1001010 1001111

Color Harmonies of #EBF1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF1A0

Black with #EBF1A0

Text Example


Text Example

White with #EBF1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF1A0; }

 p { color: rgb(235,241,160); }

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

background-color css

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

 a { background-color: rgb(235,241,160); }

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

border-color css

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

 span { border-color: rgb(235,241,160); }

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