#EAFBE1

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

Shades of Panache #EAFBE1

Tints of Panache #EAFBE1

Color information

#EAFBE1 (or 0xEAFBE1) is unknown color: approx Panache. HEX triplet: EA, FB and E1. RGB value is (234,251,225). Sum of RGB (Red+Green+Blue) = 234+251+225=710 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.96% from 710); Green value is 251 (98.44% from 255 or 35.35% from 710); Blue value is 225 (88.28% from 255 or 31.69% from 710); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFBE1 is #15041E. Grayscale: #F3F3F3. Windows color (decimal): -1377311 or 14810090. OLE color: 14810090.

HSL color Cylindrical-coordinate representation of color #EAFBE1: hue angle of 99.23º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAFBE1 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB234251225-
CMYK0.0700.100.02
HSL99.23º76.47%93.33%-
HSV(B)99.23º10.36%98.43%-
XYZ82.0291.9284.65-
YUV242.95117.87121.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.96%
GREEN value IS 251 (98.44% from 255) = 35.35%
BLUE value IS 225 (88.28% from 255) = 31.69%
R=32.96%
G=35.35%
B=31.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342512250.0700.100.0299.2376.4793.33
HexEAFBE170A2634c5d
Octal35237334170122143114135
Binary1110101011111011111000011110101010110001110011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBE1; }

 p { color: rgb(234,251,225); }

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

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

 a { background-color: rgb(234,251,225); }

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

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

 span { border-color: rgb(234,251,225); }

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