#EC8E1C

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

Shades of Carrot Orange #EC8E1C

Tints of Carrot Orange #EC8E1C

Color information

#EC8E1C (or 0xEC8E1C) is unknown color: approx Carrot Orange. HEX triplet: EC, 8E and 1C. RGB value is (236,142,28). Sum of RGB (Red+Green+Blue) = 236+142+28=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8E1C is #1371E3. Grayscale: #9D9D9D. Windows color (decimal): -1274340 or 1871596. OLE color: 1871596.

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

Color convert

RGB23614228-
CMYK00.400.880.07
HSL32.88º84.55%51.76%-
HSV(B)32.88º88.14%92.55%-
XYZ44.4737.265.95-
YUV157.1155.14184.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 58.13%
GREEN value IS 142 (55.86% from 255) = 34.98%
BLUE value IS 28 (11.33% from 255) = 6.90%
R=58.13%
G=34.98%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361422800.400.880.0732.8884.5551.76
HexEC8E1C028587215534
Octal3542163405013074112564
Binary111011001000111011100010100010110001111000011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8E1C; }

 p { color: rgb(236,142,28); }

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

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

 a { background-color: rgb(236,142,28); }

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

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

 span { border-color: rgb(236,142,28); }

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