#EBFBAE

Color #EBFBAE Australian Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Australian Mint #EBFBAE

Tints of Australian Mint #EBFBAE

Color information

#EBFBAE (or 0xEBFBAE) is unknown color: approx Australian Mint. HEX triplet: EB, FB and AE. RGB value is (235,251,174). Sum of RGB (Red+Green+Blue) = 235+251+174=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 174 (68.36% from 255 or 26.36% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFBAE is #140451. Grayscale: #EDEDED. Windows color (decimal): -1311826 or 11467755. OLE color: 11467755.

HSL color Cylindrical-coordinate representation of color #EBFBAE: hue angle of 72.47º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBFBAE is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB235251174-
CMYK0.0600.310.02
HSL72.47º90.59%83.33%-
HSV(B)72.47º30.68%98.43%-
XYZ76.489.7153.33-
YUV237.4492.2126.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.61%
GREEN value IS 251 (98.44% from 255) = 38.03%
BLUE value IS 174 (68.36% from 255) = 26.36%
R=35.61%
G=38.03%
B=26.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352511740.0600.310.0272.4790.5983.33
HexEBFBAE601F2485b53
Octal35337325660372110133123
Binary11101011111110111010111011001111110100100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFBAE; }

 p { color: rgb(235,251,174); }

 H1.HeaderClassName
 {
   color: #EBFBAE;
 }
 .AnyTagClassName
 {
   color: #EBFBAE;
 }
</style>
background-color css

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

 a { background-color: rgb(235,251,174); }

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

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

 span { border-color: rgb(235,251,174); }

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