#FFEADC

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

Shades of Chardon #FFEADC

Tints of Chardon #FFEADC

Color information

#FFEADC (or 0xFFEADC) is unknown color: approx Chardon. HEX triplet: FF, EA and DC. RGB value is (255,234,220). Sum of RGB (Red+Green+Blue) = 255+234+220=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 220 (86.33% from 255 or 31.03% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEADC is #001523. Grayscale: #EEEEEE. Windows color (decimal): -5412 or 14478079. OLE color: 14478079.

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

Color convert

RGB255234220-
CMYK00.080.140
HSL24º100%93.14%-
HSV(B)24º13.73%100%-
XYZ83.5885.2779.76-
YUV238.68117.46139.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.97%
GREEN value IS 234 (91.80% from 255) = 33.00%
BLUE value IS 220 (86.33% from 255) = 31.03%
R=35.97%
G=33.00%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523422000.080.1402410093.14
HexFFEADC08E018645d
Octal37735233401016030144135
Binary11111111111010101101110001000111001100011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEADC; }

 p { color: rgb(255,234,220); }

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

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

 a { background-color: rgb(255,234,220); }

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

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

 span { border-color: rgb(255,234,220); }

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