#EAEEBE

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

Shades of Chiffon #EAEEBE

Tints of Chiffon #EAEEBE

Color information

#EAEEBE (or 0xEAEEBE) is unknown color: approx Chiffon. HEX triplet: EA, EE and BE. RGB value is (234,238,190). Sum of RGB (Red+Green+Blue) = 234+238+190=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 190 (74.61% from 255 or 28.70% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEEBE is #151141. Grayscale: #E7E7E7. Windows color (decimal): -1380674 or 12513002. OLE color: 12513002.

HSL color Cylindrical-coordinate representation of color #EAEEBE: hue angle of 65º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAEEBE is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB234238190-
CMYK0.0200.200.07
HSL65º58.54%83.92%-
HSV(B)65º20.17%93.33%-
XYZ73.882.3660.72-
YUV231.33104.67129.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.35%
GREEN value IS 238 (93.36% from 255) = 35.95%
BLUE value IS 190 (74.61% from 255) = 28.70%
R=35.35%
G=35.95%
B=28.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342381900.0200.200.076558.5483.92
HexEAEEBE20147413b54
Octal3523562762024710173124
Binary1110101011101110101111101001010011110000011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEEBE; }

 p { color: rgb(234,238,190); }

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

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

 a { background-color: rgb(234,238,190); }

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

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

 span { border-color: rgb(234,238,190); }

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