#EDCBC4

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

Shades of Coral Candy #EDCBC4

Tints of Coral Candy #EDCBC4

Color information

#EDCBC4 (or 0xEDCBC4) is unknown color: approx Coral Candy. HEX triplet: ED, CB and C4. RGB value is (237,203,196). Sum of RGB (Red+Green+Blue) = 237+203+196=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBC4 is #12343B. Grayscale: #D4D4D4. Windows color (decimal): -1193020 or 12897261. OLE color: 12897261.

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

Color convert

RGB237203196-
CMYK00.140.170.07
HSL10.24º53.25%84.9%-
HSV(B)10.24º17.3%92.94%-
XYZ66.2464.761.22-
YUV212.37118.76145.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 203 (79.69% from 255) = 31.92%
BLUE value IS 196 (76.95% from 255) = 30.82%
R=37.26%
G=31.92%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720319600.140.170.0710.2453.2584.9
HexEDCBC40E117a3555
Octal3553133040162171265125
Binary111011011100101111000100011101000111110101101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBC4; }

 p { color: rgb(237,203,196); }

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

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

 a { background-color: rgb(237,203,196); }

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

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

 span { border-color: rgb(237,203,196); }

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