#EDF0C0

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

Shades of Chiffon #EDF0C0

Tints of Chiffon #EDF0C0

Color information

#EDF0C0 (or 0xEDF0C0) is unknown color: approx Chiffon. HEX triplet: ED, F0 and C0. RGB value is (237,240,192). Sum of RGB (Red+Green+Blue) = 237+240+192=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 192 (75.39% from 255 or 28.70% from 669); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0C0 is #120F3F. Grayscale: #E9E9E9. Windows color (decimal): -1183552 or 12644589. OLE color: 12644589.

HSL color Cylindrical-coordinate representation of color #EDF0C0: hue angle of 63.75º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDF0C0 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB237240192-
CMYK0.0100.200.06
HSL63.75º61.54%84.71%-
HSV(B)63.75º20%94.12%-
XYZ75.684.1362.12-
YUV233.63104.51130.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 240 (94.14% from 255) = 35.87%
BLUE value IS 192 (75.39% from 255) = 28.70%
R=35.43%
G=35.87%
B=28.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372401920.0100.200.0663.7561.5484.71
HexEDF0C010146403e55
Octal3553603001024610076125
Binary111011011111000011000000101010011010000001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0C0; }

 p { color: rgb(237,240,192); }

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

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

 a { background-color: rgb(237,240,192); }

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

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

 span { border-color: rgb(237,240,192); }

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