#EAFFE4

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

Shades of Panache #EAFFE4

Tints of Panache #EAFFE4

Color information

#EAFFE4 (or 0xEAFFE4) is unknown color: approx Panache. HEX triplet: EA, FF and E4. RGB value is (234,255,228). Sum of RGB (Red+Green+Blue) = 234+255+228=717 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.64% from 717); Green value is 255 (100% from 255 or 35.56% from 717); Blue value is 228 (89.45% from 255 or 31.80% from 717); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFE4 is #15001B. Grayscale: #F5F5F5. Windows color (decimal): -1376284 or 15007722. OLE color: 15007722.

HSL color Cylindrical-coordinate representation of color #EAFFE4: hue angle of 106.67º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAFFE4 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB234255228-
CMYK0.0800.110
HSL106.67º100%94.71%-
HSV(B)106.67º10.59%100%-
XYZ83.794.6187.25-
YUV245.64118.04119.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.64%
GREEN value IS 255 (100% from 255) = 35.56%
BLUE value IS 228 (89.45% from 255) = 31.80%
R=32.64%
G=35.56%
B=31.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552280.0800.110106.6710094.71
HexEAFFE480B06b645f
Octal352377344100130153144137
Binary1110101011111111111001001000010110110101111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFE4; }

 p { color: rgb(234,255,228); }

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

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

 a { background-color: rgb(234,255,228); }

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

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

 span { border-color: rgb(234,255,228); }

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