#FFEEE0

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

Shades of Chardon #FFEEE0

Tints of Chardon #FFEEE0

Color information

#FFEEE0 (or 0xFFEEE0) is unknown color: approx Chardon. HEX triplet: FF, EE and E0. RGB value is (255,238,224). Sum of RGB (Red+Green+Blue) = 255+238+224=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 238 (93.36% from 255 or 33.19% from 717); Blue value is 224 (87.89% from 255 or 31.24% from 717); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEE0 is #00111F. Grayscale: #F1F1F1. Windows color (decimal): -4384 or 14741247. OLE color: 14741247.

HSL color Cylindrical-coordinate representation of color #FFEEE0: hue angle of 27.1º 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 #FFEEE0 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB255238224-
CMYK00.070.120
HSL27.1º100%93.92%-
HSV(B)27.1º12.16%100%-
XYZ85.2787.7982.97-
YUV241.49118.13137.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.56%
GREEN value IS 238 (93.36% from 255) = 33.19%
BLUE value IS 224 (87.89% from 255) = 31.24%
R=35.56%
G=33.19%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523822400.070.12027.110093.92
HexFFEEE007C01b645e
Octal3773563400714033144136
Binary1111111111101110111000000111110001101111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEEE0; }

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

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

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

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

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

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

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

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