#EAEFBB

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

Shades of Chiffon #EAEFBB

Tints of Chiffon #EAEFBB

Color information

#EAEFBB (or 0xEAEFBB) is unknown color: approx Chiffon. HEX triplet: EA, EF and BB. RGB value is (234,239,187). Sum of RGB (Red+Green+Blue) = 234+239+187=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 187 (73.44% from 255 or 28.33% from 660); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFBB is #151044. Grayscale: #E7E7E7. Windows color (decimal): -1380421 or 12316650. OLE color: 12316650.

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

Color convert

RGB234239187-
CMYK0.0200.220.06
HSL65.77º61.9%83.53%-
HSV(B)65.77º21.76%93.73%-
XYZ73.7782.8159.11-
YUV231.58102.84129.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.45%
GREEN value IS 239 (93.75% from 255) = 36.21%
BLUE value IS 187 (73.44% from 255) = 28.33%
R=35.45%
G=36.21%
B=28.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342391870.0200.220.0665.7761.983.53
HexEAEFBB20166423e54
Octal3523572732026610276124
Binary1110101011101111101110111001011011010000101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEFBB; }

 p { color: rgb(234,239,187); }

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

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

 a { background-color: rgb(234,239,187); }

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

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

 span { border-color: rgb(234,239,187); }

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