#EC911D

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

Shades of Carrot Orange #EC911D

Tints of Carrot Orange #EC911D

Color information

#EC911D (or 0xEC911D) is unknown color: approx Carrot Orange. HEX triplet: EC, 91 and 1D. RGB value is (236,145,29). Sum of RGB (Red+Green+Blue) = 236+145+29=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC911D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC911D is #136EE2. Grayscale: #9F9F9F. Windows color (decimal): -1273571 or 1937900. OLE color: 1937900.

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

Color convert

RGB23614529-
CMYK00.390.880.07
HSL33.62º84.49%51.96%-
HSV(B)33.62º87.71%92.55%-
XYZ44.9438.176.16-
YUV158.9854.65182.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.56%
GREEN value IS 145 (57.03% from 255) = 35.37%
BLUE value IS 29 (11.72% from 255) = 7.07%
R=57.56%
G=35.37%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361452900.390.880.0733.6284.4951.96
HexEC911D027587225434
Octal3542213504713074212464
Binary111011001001000111101010011110110001111000101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC911D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC911D; }

 p { color: rgb(236,145,29); }

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

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

 a { background-color: rgb(236,145,29); }

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

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

 span { border-color: rgb(236,145,29); }

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