#EFFDB5

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

Shades of Chiffon #EFFDB5

Tints of Chiffon #EFFDB5

Color information

#EFFDB5 (or 0xEFFDB5) is unknown color: approx Chiffon. HEX triplet: EF, FD and B5. RGB value is (239,253,181). Sum of RGB (Red+Green+Blue) = 239+253+181=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 181 (71.09% from 255 or 26.89% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDB5 is #10024A. Grayscale: #F0F0F0. Windows color (decimal): -1049163 or 11927023. OLE color: 11927023.

HSL color Cylindrical-coordinate representation of color #EFFDB5: hue angle of 71.67º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFFDB5 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB239253181-
CMYK0.0600.280.01
HSL71.67º94.74%85.1%-
HSV(B)71.67º28.46%99.22%-
XYZ79.0691.9457.29-
YUV240.6194.36126.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.51%
GREEN value IS 253 (99.22% from 255) = 37.59%
BLUE value IS 181 (71.09% from 255) = 26.89%
R=35.51%
G=37.59%
B=26.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392531810.0600.280.0171.6794.7485.1
HexEFFDB5601C1485f55
Octal35737526560341110137125
Binary1110111111111101101101011100111001100100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDB5; }

 p { color: rgb(239,253,181); }

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

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

 a { background-color: rgb(239,253,181); }

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

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

 span { border-color: rgb(239,253,181); }

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