#EC831C

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

Shades of Carrot Orange #EC831C

Tints of Carrot Orange #EC831C

Color information

#EC831C (or 0xEC831C) is unknown color: approx Carrot Orange. HEX triplet: EC, 83 and 1C. RGB value is (236,131,28). Sum of RGB (Red+Green+Blue) = 236+131+28=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC831C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC831C is #137CE3. Grayscale: #979797. Windows color (decimal): -1277156 or 1868780. OLE color: 1868780.

HSL color Cylindrical-coordinate representation of color #EC831C: hue angle of 29.71º 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 #EC831C is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB23613128-
CMYK00.440.880.07
HSL29.71º84.55%51.76%-
HSV(B)29.71º88.14%92.55%-
XYZ42.9234.155.43-
YUV150.6558.79188.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 59.75%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 28 (11.33% from 255) = 7.09%
R=59.75%
G=33.16%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361312800.440.880.0729.7184.5551.76
HexEC831C02C5871e5534
Octal3542033405413073612564
Binary11101100100000111110001011001011000111111101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC831C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC831C; }

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

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

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

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

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

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

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

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