Html Css Color HEX #EBF1A8 Australian Mint

📋 copy color: '#EBF1A8'

red 235 ◦ green 241 ◦ blue 168

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

Shades of Australian Mint #EBF1A8

Tints of Australian Mint #EBF1A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.09%

R = 36.49%
G = 37.42%
B = 26.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#EBF1A8 (or 0xEBF1A8) is known color: Australian Mint. HEX triplet: EB, F1 and A8. RGB value is (235,241,168). Sum of RGB (Red+Green+Blue) = 235+241+168=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 168 (66.02% from 255 or 26.09% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF1A8 is #140E57. Grayscale: #E7E7E7. Windows color (decimal): -1314392 or 11071979. OLE color: 11071979.

HSL color Cylindrical-coordinate representation of color #EBF1A8: hue angle of 64.93º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBF1A8 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 241 168 -
CMYK 0.02 0 0.30 0.05
HSL 64.93º 0.72% 0.8% -
HSV(B) 64.93º 0.3% 0.95% -
XYZ 72.78 83.4 49.31 -
YUV 230.88 92.51 130.94 -
System Red Green Blue C M Y K H S L
Decimal 235 241 168 0.02 0 0.30 0.05 64.93 0.72 0.8
Hex EB F1 A8 2 0 1E 5 41 48 50
Octal 353 361 250 2 0 36 5 101 110 120
Binary 11101011 11110001 10101000 10 0 11110 101 1000001 1001000 1010000

Color Harmonies of #EBF1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF1A8

Black with #EBF1A8

Text Example


Text Example

White with #EBF1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF1A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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