Html Css Color HEX #EBF1AD Australian Mint

📋 copy color: '#EBF1AD'

red 235 ◦ green 241 ◦ blue 173

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

Shades of Australian Mint #EBF1AD

Tints of Australian Mint #EBF1AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 26.66%

R = 36.21%
G = 37.13%
B = 26.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#EBF1AD (or 0xEBF1AD) is known color: Australian Mint. HEX triplet: EB, F1 and AD. RGB value is (235,241,173). Sum of RGB (Red+Green+Blue) = 235+241+173=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 173 (67.97% from 255 or 26.66% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF1AD is #140E52. Grayscale: #E7E7E7. Windows color (decimal): -1314387 or 11399659. OLE color: 11399659.

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

Color convert

RGB 235 241 173 -
CMYK 0.02 0 0.28 0.05
HSL 65.29º 0.71% 0.81% -
HSV(B) 65.29º 0.28% 0.95% -
XYZ 73.26 83.59 51.81 -
YUV 231.45 95.01 130.53 -
System Red Green Blue C M Y K H S L
Decimal 235 241 173 0.02 0 0.28 0.05 65.29 0.71 0.81
Hex EB F1 AD 2 0 1C 5 41 47 51
Octal 353 361 255 2 0 34 5 101 107 121
Binary 11101011 11110001 10101101 10 0 11100 101 1000001 1000111 1010001

Color Harmonies of #EBF1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF1AD

Black with #EBF1AD

Text Example


Text Example

White with #EBF1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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