Html Css Color HEX #EC9420 Carrot Orange

📋 copy color: '#EC9420'

red 236 ◦ green 148 ◦ blue 32

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

Shades of Carrot Orange #EC9420

Tints of Carrot Orange #EC9420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.58%

 BLUE value IS 32 (12.89% from 255) = 7.69%

R = 56.73%
G = 35.58%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC9420 (or 0xEC9420) is known color: Carrot Orange. HEX triplet: EC, 94 and 20. RGB value is (236,148,32). Sum of RGB (Red+Green+Blue) = 236+148+32=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9420 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9420 is #136BDF. Grayscale: #A1A1A1. Windows color (decimal): -1272800 or 2135276. OLE color: 2135276.

HSL color Cylindrical-coordinate representation of color #EC9420: hue angle of 34.12º 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 #EC9420 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 148 32 -
CMYK 0 0.37 0.86 0.07
HSL 34.12º 0.84% 0.53% -
HSV(B) 34.12º 0.86% 0.93% -
XYZ 45.44 39.12 6.52 -
YUV 161.09 55.15 181.43 -
System Red Green Blue C M Y K H S L
Decimal 236 148 32 0 0.37 0.86 0.07 34.12 0.84 0.53
Hex EC 94 20 0 25 56 7 22 54 35
Octal 354 224 40 0 45 126 7 42 124 65
Binary 11101100 10010100 100000 0 100101 1010110 111 100010 1010100 110101

Color Harmonies of #EC9420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9420

Black with #EC9420

Text Example


Text Example

White with #EC9420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9420; }

 p { color: rgb(236,148,32); }

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

background-color css

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

 a { background-color: rgb(236,148,32); }

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

border-color css

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

 span { border-color: rgb(236,148,32); }

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