#EBFAE6

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

Shades of Panache #EBFAE6

Tints of Panache #EBFAE6

Color information

#EBFAE6 (or 0xEBFAE6) is unknown color: approx Panache. HEX triplet: EB, FA and E6. RGB value is (235,250,230). Sum of RGB (Red+Green+Blue) = 235+250+230=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 250 (98.05% from 255 or 34.97% from 715); Blue value is 230 (90.23% from 255 or 32.17% from 715); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFAE6 is #140519. Grayscale: #F3F3F3. Windows color (decimal): -1312026 or 15137515. OLE color: 15137515.

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

Color convert

RGB235250230-
CMYK0.0600.080.02
HSL105º66.67%94.12%-
HSV(B)105º8%98.04%-
XYZ82.7391.7588.21-
YUV243.24120.53122.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.87%
GREEN value IS 250 (98.05% from 255) = 34.97%
BLUE value IS 230 (90.23% from 255) = 32.17%
R=32.87%
G=34.97%
B=32.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352502300.0600.080.0210566.6794.12
HexEBFAE6608269435e
Octal35337234660102151103136
Binary1110101111111010111001101100100010110100110000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAE6; }

 p { color: rgb(235,250,230); }

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

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

 a { background-color: rgb(235,250,230); }

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

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

 span { border-color: rgb(235,250,230); }

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