#EFFBC0

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

Shades of Chiffon #EFFBC0

Tints of Chiffon #EFFBC0

Color information

#EFFBC0 (or 0xEFFBC0) is unknown color: approx Chiffon. HEX triplet: EF, FB and C0. RGB value is (239,251,192). Sum of RGB (Red+Green+Blue) = 239+251+192=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 192 (75.39% from 255 or 28.15% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBC0 is #10043F. Grayscale: #F0F0F0. Windows color (decimal): -1049664 or 12647407. OLE color: 12647407.

HSL color Cylindrical-coordinate representation of color #EFFBC0: hue angle of 72.2º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFFBC0 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB239251192-
CMYK0.0500.240.02
HSL72.2º88.06%86.86%-
HSV(B)72.2º23.51%98.43%-
XYZ79.6191.1563.27-
YUV240.69100.52126.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.04%
GREEN value IS 251 (98.44% from 255) = 36.80%
BLUE value IS 192 (75.39% from 255) = 28.15%
R=35.04%
G=36.80%
B=28.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392511920.0500.240.0272.288.0686.86
HexEFFBC050182485857
Octal35737330050302110130127
Binary11101111111110111100000010101100010100100010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBC0; }

 p { color: rgb(239,251,192); }

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

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

 a { background-color: rgb(239,251,192); }

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

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

 span { border-color: rgb(239,251,192); }

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