#EBF0E8

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

Shades of Panache #EBF0E8

Tints of Panache #EBF0E8

Color information

#EBF0E8 (or 0xEBF0E8) is unknown color: approx Panache. HEX triplet: EB, F0 and E8. RGB value is (235,240,232). Sum of RGB (Red+Green+Blue) = 235+240+232=707 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.24% from 707); Green value is 240 (94.14% from 255 or 33.95% from 707); Blue value is 232 (91.02% from 255 or 32.81% from 707); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF0E8 is #140F17. Grayscale: #EDEDED. Windows color (decimal): -1314584 or 15266027. OLE color: 15266027.

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

Color convert

RGB235240232-
CMYK0.0200.030.06
HSL97.5º21.05%92.55%-
HSV(B)97.5º3.33%94.12%-
XYZ79.9985.8188.69-
YUV237.59124.84126.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.24%
GREEN value IS 240 (94.14% from 255) = 33.95%
BLUE value IS 232 (91.02% from 255) = 32.81%
R=33.24%
G=33.95%
B=32.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352402320.0200.030.0697.521.0592.55
HexEBF0E8203661155d
Octal353360350203614125135
Binary111010111111000011101000100111101100001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0E8; }

 p { color: rgb(235,240,232); }

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

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

 a { background-color: rgb(235,240,232); }

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

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

 span { border-color: rgb(235,240,232); }

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