Html Css Color HEX #EAF4B2 Australian Mint

📋 copy color: '#EAF4B2'

red 234 ◦ green 244 ◦ blue 178

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

Shades of Australian Mint #EAF4B2

Tints of Australian Mint #EAF4B2

RGB

 RED value IS 234 (91.8% from 255) = 35.67%

 GREEN value IS 244 (95.7% from 255) = 37.2%

 BLUE value IS 178 (69.92% from 255) = 27.13%

R = 35.67%
G = 37.2%
B = 27.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#EAF4B2 (or 0xEAF4B2) is known color: Australian Mint. HEX triplet: EA, F4 and B2. RGB value is (234,244,178). Sum of RGB (Red+Green+Blue) = 234+244+178=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 244 (95.70% from 255 or 37.20% from 656); Blue value is 178 (69.92% from 255 or 27.13% from 656); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF4B2 is #150B4D. Grayscale: #E9E9E9. Windows color (decimal): -1379150 or 11728106. OLE color: 11728106.

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

Color convert

RGB 234 244 178 -
CMYK 0.04 0 0.27 0.04
HSL 69.09º 0.75% 0.83% -
HSV(B) 69.09º 0.27% 0.96% -
XYZ 74.32 85.41 54.69 -
YUV 233.49 96.69 128.37 -
System Red Green Blue C M Y K H S L
Decimal 234 244 178 0.04 0 0.27 0.04 69.09 0.75 0.83
Hex EA F4 B2 4 0 1B 4 45 4B 53
Octal 352 364 262 4 0 33 4 105 113 123
Binary 11101010 11110100 10110010 100 0 11011 100 1000101 1001011 1010011

Color Harmonies of #EAF4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF4B2

Black with #EAF4B2

Text Example


Text Example

White with #EAF4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF4B2; }

 p { color: rgb(234,244,178); }

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

background-color css

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

 a { background-color: rgb(234,244,178); }

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

border-color css

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

 span { border-color: rgb(234,244,178); }

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