#EDEEB8

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

Shades of Chiffon #EDEEB8

Tints of Chiffon #EDEEB8

Color information

#EDEEB8 (or 0xEDEEB8) is unknown color: approx Chiffon. HEX triplet: ED, EE and B8. RGB value is (237,238,184). Sum of RGB (Red+Green+Blue) = 237+238+184=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 184 (72.27% from 255 or 27.92% from 659); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEB8 is #121147. Grayscale: #E7E7E7. Windows color (decimal): -1184072 or 12119789. OLE color: 12119789.

HSL color Cylindrical-coordinate representation of color #EDEEB8: hue angle of 61.11º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDEEB8 is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB237238184-
CMYK0.0000.230.07
HSL61.11º61.36%82.75%-
HSV(B)61.11º22.69%93.33%-
XYZ74.1582.6157.39-
YUV231.54101.17131.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.96%
GREEN value IS 238 (93.36% from 255) = 36.12%
BLUE value IS 184 (72.27% from 255) = 27.92%
R=35.96%
G=36.12%
B=27.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372381840.0000.230.0761.1161.3682.75
HexEDEEB8001773d3d53
Octal355356270002777575123
Binary11101101111011101011100000101111111111011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEB8; }

 p { color: rgb(237,238,184); }

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

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

 a { background-color: rgb(237,238,184); }

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

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

 span { border-color: rgb(237,238,184); }

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