#ECE5CC

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

Shades of Orange White #ECE5CC

Tints of Orange White #ECE5CC

Color information

#ECE5CC (or 0xECE5CC) is unknown color: approx Orange White. HEX triplet: EC, E5 and CC. RGB value is (236,229,204). Sum of RGB (Red+Green+Blue) = 236+229+204=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE5CC is #131A33. Grayscale: #E4E4E4. Windows color (decimal): -1251892 or 13428204. OLE color: 13428204.

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

Color convert

RGB236229204-
CMYK00.030.140.07
HSL46.88º45.71%86.27%-
HSV(B)46.88º13.56%92.55%-
XYZ73.5178.2368.35-
YUV228.24114.32133.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.28%
GREEN value IS 229 (89.84% from 255) = 34.23%
BLUE value IS 204 (80.08% from 255) = 30.49%
R=35.28%
G=34.23%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622920400.030.140.0746.8845.7186.27
HexECE5CC03E72f2e56
Octal354345314031675756126
Binary11101100111001011100110001111101111011111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE5CC; }

 p { color: rgb(236,229,204); }

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

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

 a { background-color: rgb(236,229,204); }

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

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

 span { border-color: rgb(236,229,204); }

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