#ECE3CA

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

Shades of Orange White #ECE3CA

Tints of Orange White #ECE3CA

Color information

#ECE3CA (or 0xECE3CA) is unknown color: approx Orange White. HEX triplet: EC, E3 and CA. RGB value is (236,227,202). Sum of RGB (Red+Green+Blue) = 236+227+202=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 227 (89.06% from 255 or 34.14% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE3CA is #131C35. Grayscale: #E2E2E2. Windows color (decimal): -1252406 or 13296620. OLE color: 13296620.

HSL color Cylindrical-coordinate representation of color #ECE3CA: hue angle of 44.12º degrees, saturation: 0.47, 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 #ECE3CA is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236227202-
CMYK00.040.140.07
HSL44.12º47.22%85.88%-
HSV(B)44.12º14.41%92.55%-
XYZ72.7277.0466.91-
YUV226.84113.98134.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.49%
GREEN value IS 227 (89.06% from 255) = 34.14%
BLUE value IS 202 (79.30% from 255) = 30.38%
R=35.49%
G=34.14%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622720200.040.140.0744.1247.2285.88
HexECE3CA04E72c2f56
Octal354343312041675457126
Binary111011001110001111001010010011101111011001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE3CA; }

 p { color: rgb(236,227,202); }

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

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

 a { background-color: rgb(236,227,202); }

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

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

 span { border-color: rgb(236,227,202); }

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