#EC8C17

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

Shades of Carrot Orange #EC8C17

Tints of Carrot Orange #EC8C17

Color information

#EC8C17 (or 0xEC8C17) is unknown color: approx Carrot Orange. HEX triplet: EC, 8C and 17. RGB value is (236,140,23). Sum of RGB (Red+Green+Blue) = 236+140+23=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8C17 is #1373E8. Grayscale: #9B9B9B. Windows color (decimal): -1274857 or 1543404. OLE color: 1543404.

HSL color Cylindrical-coordinate representation of color #EC8C17: hue angle of 32.96º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC8C17 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB23614023-
CMYK00.410.900.07
HSL32.96º84.86%50.78%-
HSV(B)32.96º90.25%92.55%-
XYZ44.1236.655.56-
YUV155.3753.3185.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 59.15%
GREEN value IS 140 (55.08% from 255) = 35.09%
BLUE value IS 23 (9.38% from 255) = 5.76%
R=59.15%
G=35.09%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361402300.410.900.0732.9684.8650.78
HexEC8C170295A7215533
Octal3542142705113274112563
Binary111011001000110010111010100110110101111000011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8C17; }

 p { color: rgb(236,140,23); }

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

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

 a { background-color: rgb(236,140,23); }

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

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

 span { border-color: rgb(236,140,23); }

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