Html Css Color HEX #EC9322 Carrot Orange

📋 copy color: '#EC9322'

red 236 ◦ green 147 ◦ blue 34

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

Shades of Carrot Orange #EC9322

Tints of Carrot Orange #EC9322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.15%

R = 56.59%
G = 35.25%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC9322 (or 0xEC9322) is known color: Carrot Orange. HEX triplet: EC, 93 and 22. RGB value is (236,147,34). Sum of RGB (Red+Green+Blue) = 236+147+34=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 34 (13.67% from 255 or 8.15% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9322 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9322 is #136CDD. Grayscale: #A1A1A1. Windows color (decimal): -1273054 or 2266092. OLE color: 2266092.

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

Color convert

RGB 236 147 34 -
CMYK 0 0.38 0.86 0.07
HSL 33.56º 0.84% 0.53% -
HSV(B) 33.56º 0.86% 0.93% -
XYZ 45.31 38.82 6.62 -
YUV 160.73 56.49 181.69 -
System Red Green Blue C M Y K H S L
Decimal 236 147 34 0 0.38 0.86 0.07 33.56 0.84 0.53
Hex EC 93 22 0 26 56 7 22 54 35
Octal 354 223 42 0 46 126 7 42 124 65
Binary 11101100 10010011 100010 0 100110 1010110 111 100010 1010100 110101

Color Harmonies of #EC9322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9322

Black with #EC9322

Text Example


Text Example

White with #EC9322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9322; }

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

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

background-color css

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

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

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

border-color css

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

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

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