Html Css Color HEX #EBF1A5 Australian Mint

📋 copy color: '#EBF1A5'

red 235 ◦ green 241 ◦ blue 165

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

Shades of Australian Mint #EBF1A5

Tints of Australian Mint #EBF1A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 25.74%

R = 36.66%
G = 37.6%
B = 25.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#EBF1A5 (or 0xEBF1A5) is known color: Australian Mint. HEX triplet: EB, F1 and A5. RGB value is (235,241,165). Sum of RGB (Red+Green+Blue) = 235+241+165=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 165 (64.84% from 255 or 25.74% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF1A5 is #140E5A. Grayscale: #E6E6E6. Windows color (decimal): -1314395 or 10875371. OLE color: 10875371.

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

Color convert

RGB 235 241 165 -
CMYK 0.02 0 0.32 0.05
HSL 64.74º 0.73% 0.8% -
HSV(B) 64.74º 0.32% 0.95% -
XYZ 72.51 83.29 47.85 -
YUV 230.54 91.01 131.18 -
System Red Green Blue C M Y K H S L
Decimal 235 241 165 0.02 0 0.32 0.05 64.74 0.73 0.8
Hex EB F1 A5 2 0 20 5 41 49 50
Octal 353 361 245 2 0 40 5 101 111 120
Binary 11101011 11110001 10100101 10 0 100000 101 1000001 1001001 1010000

Color Harmonies of #EBF1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF1A5

Black with #EBF1A5

Text Example


Text Example

White with #EBF1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF1A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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