#CE743A

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

Shades of Zest #CE743A

Tints of Zest #CE743A

Color information

#CE743A (or 0xCE743A) is unknown color: approx Zest. HEX triplet: CE, 74 and 3A. RGB value is (206,116,58). Sum of RGB (Red+Green+Blue) = 206+116+58=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE743A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE743A is #318BC5. Grayscale: #888888. Windows color (decimal): -3247046 or 3830990. OLE color: 3830990.

HSL color Cylindrical-coordinate representation of color #CE743A: hue angle of 23.51º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE743A is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB20611658-
CMYK00.440.720.19
HSL23.51º60.16%51.76%-
HSV(B)23.51º71.84%80.78%-
XYZ32.4625.927.29-
YUV136.383.82177.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.21%
GREEN value IS 116 (45.70% from 255) = 30.53%
BLUE value IS 58 (23.05% from 255) = 15.26%
R=54.21%
G=30.53%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061165800.440.720.1923.5160.1651.76
HexCE743A02C4813183c34
Octal3161647205411023307464
Binary110011101110100111010010110010010001001111000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE743A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE743A; }

 p { color: rgb(206,116,58); }

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

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

 a { background-color: rgb(206,116,58); }

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

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

 span { border-color: rgb(206,116,58); }

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