#FFEDE0

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

Shades of Chardon #FFEDE0

Tints of Chardon #FFEDE0

Color information

#FFEDE0 (or 0xFFEDE0) is unknown color: approx Chardon. HEX triplet: FF, ED and E0. RGB value is (255,237,224). Sum of RGB (Red+Green+Blue) = 255+237+224=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 224 (87.89% from 255 or 31.28% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDE0 is #00121F. Grayscale: #F0F0F0. Windows color (decimal): -4640 or 14740991. OLE color: 14740991.

HSL color Cylindrical-coordinate representation of color #FFEDE0: hue angle of 25.16º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFEDE0 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB255237224-
CMYK00.070.120
HSL25.16º100%93.92%-
HSV(B)25.16º12.16%100%-
XYZ84.9887.2182.88-
YUV240.9118.46138.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.61%
GREEN value IS 237 (92.97% from 255) = 33.10%
BLUE value IS 224 (87.89% from 255) = 31.28%
R=35.61%
G=33.10%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523722400.070.12025.1610093.92
HexFFEDE007C019645e
Octal3773553400714031144136
Binary1111111111101101111000000111110001100111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDE0; }

 p { color: rgb(255,237,224); }

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

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

 a { background-color: rgb(255,237,224); }

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

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

 span { border-color: rgb(255,237,224); }

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