Html Css Color HEX #EC9325 Carrot Orange

📋 copy color: '#EC9325'

red 236 ◦ green 147 ◦ blue 37

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

Shades of Carrot Orange #EC9325

Tints of Carrot Orange #EC9325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.81%

R = 56.19%
G = 35%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC9325 (or 0xEC9325) is known color: Carrot Orange. HEX triplet: EC, 93 and 25. RGB value is (236,147,37). Sum of RGB (Red+Green+Blue) = 236+147+37=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9325 is #136CDA. Grayscale: #A1A1A1. Windows color (decimal): -1273051 or 2462700. OLE color: 2462700.

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

Color convert

RGB 236 147 37 -
CMYK 0 0.38 0.84 0.07
HSL 33.17º 0.84% 0.54% -
HSV(B) 33.17º 0.84% 0.93% -
XYZ 45.36 38.83 6.86 -
YUV 161.07 57.99 181.44 -
System Red Green Blue C M Y K H S L
Decimal 236 147 37 0 0.38 0.84 0.07 33.17 0.84 0.54
Hex EC 93 25 0 26 54 7 21 54 36
Octal 354 223 45 0 46 124 7 41 124 66
Binary 11101100 10010011 100101 0 100110 1010100 111 100001 1010100 110110

Color Harmonies of #EC9325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9325

Black with #EC9325

Text Example


Text Example

White with #EC9325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9325; }

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

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

background-color css

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

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

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

border-color css

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

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

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