Html Css Color HEX #EBF6AF Australian Mint

📋 copy color: '#EBF6AF'

red 235 ◦ green 246 ◦ blue 175

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

Shades of Australian Mint #EBF6AF

Tints of Australian Mint #EBF6AF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.5%

 BLUE value IS 175 (68.75% from 255) = 26.68%

R = 35.82%
G = 37.5%
B = 26.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#EBF6AF (or 0xEBF6AF) is known color: Australian Mint. HEX triplet: EB, F6 and AF. RGB value is (235,246,175). Sum of RGB (Red+Green+Blue) = 235+246+175=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 175 (68.75% from 255 or 26.68% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF6AF is #140950. Grayscale: #EAEAEA. Windows color (decimal): -1313105 or 11532011. OLE color: 11532011.

HSL color Cylindrical-coordinate representation of color #EBF6AF: hue angle of 69.3º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBF6AF is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 246 175 -
CMYK 0.04 0 0.29 0.04
HSL 69.3º 0.8% 0.83% -
HSV(B) 69.3º 0.29% 0.96% -
XYZ 74.95 86.67 53.34 -
YUV 234.62 94.36 128.27 -
System Red Green Blue C M Y K H S L
Decimal 235 246 175 0.04 0 0.29 0.04 69.3 0.8 0.83
Hex EB F6 AF 4 0 1D 4 45 50 53
Octal 353 366 257 4 0 35 4 105 120 123
Binary 11101011 11110110 10101111 100 0 11101 100 1000101 1010000 1010011

Color Harmonies of #EBF6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF6AF

Black with #EBF6AF

Text Example


Text Example

White with #EBF6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF6AF; }

 p { color: rgb(235,246,175); }

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

background-color css

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

 a { background-color: rgb(235,246,175); }

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

border-color css

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

 span { border-color: rgb(235,246,175); }

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