#EC8315

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

Shades of Carrot Orange #EC8315

Tints of Carrot Orange #EC8315

Color information

#EC8315 (or 0xEC8315) is unknown color: approx Carrot Orange. HEX triplet: EC, 83 and 15. RGB value is (236,131,21). Sum of RGB (Red+Green+Blue) = 236+131+21=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8315 is #137CEA. Grayscale: #969696. Windows color (decimal): -1277163 or 1410028. OLE color: 1410028.

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

Color convert

RGB23613121-
CMYK00.440.910.07
HSL30.7º84.98%50.39%-
HSV(B)30.7º91.1%92.55%-
XYZ42.8434.125.04-
YUV149.8555.29189.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 60.82%
GREEN value IS 131 (51.56% from 255) = 33.76%
BLUE value IS 21 (8.59% from 255) = 5.41%
R=60.82%
G=33.76%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.91
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361312100.440.910.0730.784.9850.39
HexEC831502C5B71f5532
Octal3542032505413373712562
Binary11101100100000111010101011001011011111111111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8315; }

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

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

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

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

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

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

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

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