#EED0CC

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

Shades of Coral Candy #EED0CC

Tints of Coral Candy #EED0CC

Color information

#EED0CC (or 0xEED0CC) is unknown color: approx Coral Candy. HEX triplet: EE, D0 and CC. RGB value is (238,208,204). Sum of RGB (Red+Green+Blue) = 238+208+204=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0CC is #112F33. Grayscale: #D8D8D8. Windows color (decimal): -1126196 or 13422830. OLE color: 13422830.

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

Color convert

RGB238208204-
CMYK00.130.140.07
HSL7.06º50%86.67%-
HSV(B)7.06º14.29%93.33%-
XYZ68.7167.6566.56-
YUV216.51120.94143.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.62%
GREEN value IS 208 (81.64% from 255) = 32%
BLUE value IS 204 (80.08% from 255) = 31.38%
R=36.62%
G=32%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820820400.130.140.077.065086.67
HexEED0CC0DE773257
Octal356320314015167762127
Binary1110111011010000110011000110111101111111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED0CC; }

 p { color: rgb(238,208,204); }

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

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

 a { background-color: rgb(238,208,204); }

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

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

 span { border-color: rgb(238,208,204); }

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