#EECBC4

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

Shades of Coral Candy #EECBC4

Tints of Coral Candy #EECBC4

Color information

#EECBC4 (or 0xEECBC4) is unknown color: approx Coral Candy. HEX triplet: EE, CB and C4. RGB value is (238,203,196). Sum of RGB (Red+Green+Blue) = 238+203+196=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 196 (76.95% from 255 or 30.77% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBC4 is #11343B. Grayscale: #D4D4D4. Windows color (decimal): -1127484 or 12897262. OLE color: 12897262.

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

Color convert

RGB238203196-
CMYK00.150.180.07
HSL10º55.26%85.1%-
HSV(B)10º17.65%93.33%-
XYZ66.5864.8761.24-
YUV212.67118.6146.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.36%
GREEN value IS 203 (79.69% from 255) = 31.87%
BLUE value IS 196 (76.95% from 255) = 30.77%
R=37.36%
G=31.87%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820319600.150.180.071055.2685.1
HexEECBC40F127a3755
Octal3563133040172271267125
Binary111011101100101111000100011111001011110101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBC4; }

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

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

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

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

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

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

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

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