Html Css Color HEX #EC9319 Carrot Orange

📋 copy color: '#EC9319'

red 236 ◦ green 147 ◦ blue 25

#EC9319
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #EC9319

Tints of Carrot Orange #EC9319

RGB

 RED value IS 236 (92.58% from 255) = 57.84%

 GREEN value IS 147 (57.81% from 255) = 36.03%

 BLUE value IS 25 (10.16% from 255) = 6.13%

R = 57.84%
G = 36.03%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC9319 (or 0xEC9319) is known color: Carrot Orange. HEX triplet: EC, 93 and 19. RGB value is (236,147,25). Sum of RGB (Red+Green+Blue) = 236+147+25=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9319 is #136CE6. Grayscale: #A0A0A0. Windows color (decimal): -1273063 or 1676268. OLE color: 1676268.

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

Color convert

RGB 236 147 25 -
CMYK 0 0.38 0.89 0.07
HSL 34.69º 0.85% 0.51% -
HSV(B) 34.69º 0.89% 0.93% -
XYZ 45.2 38.77 6.02 -
YUV 159.7 51.99 182.42 -
System Red Green Blue C M Y K H S L
Decimal 236 147 25 0 0.38 0.89 0.07 34.69 0.85 0.51
Hex EC 93 19 0 26 59 7 23 55 33
Octal 354 223 31 0 46 131 7 43 125 63
Binary 11101100 10010011 11001 0 100110 1011001 111 100011 1010101 110011

Color Harmonies of #EC9319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9319

Black with #EC9319

Text Example


Text Example

White with #EC9319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9319; }

 p { color: rgb(236,147,25); }

 H1.HeaderClassName
 {
   color: #EC9319;
 }
 .AnyTagClassName
 {
   color: #EC9319;
 }
</style>

background-color css

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

 a { background-color: rgb(236,147,25); }

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

border-color css

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

 span { border-color: rgb(236,147,25); }

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