Html Css Color HEX #EC9421 Carrot Orange

📋 copy color: '#EC9421'

red 236 ◦ green 148 ◦ blue 33

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

Shades of Carrot Orange #EC9421

Tints of Carrot Orange #EC9421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.91%

R = 56.59%
G = 35.49%
B = 7.91%

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

#EC9421 (or 0xEC9421) is known color: Carrot Orange. HEX triplet: EC, 94 and 21. RGB value is (236,148,33). Sum of RGB (Red+Green+Blue) = 236+148+33=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9421 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9421 is #136BDE. Grayscale: #A1A1A1. Windows color (decimal): -1272799 or 2200812. OLE color: 2200812.

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

Color convert

RGB 236 148 33 -
CMYK 0 0.37 0.86 0.07
HSL 33.99º 0.84% 0.53% -
HSV(B) 33.99º 0.86% 0.93% -
XYZ 45.46 39.12 6.59 -
YUV 161.2 55.65 181.35 -
System Red Green Blue C M Y K H S L
Decimal 236 148 33 0 0.37 0.86 0.07 33.99 0.84 0.53
Hex EC 94 21 0 25 56 7 22 54 35
Octal 354 224 41 0 45 126 7 42 124 65
Binary 11101100 10010100 100001 0 100101 1010110 111 100010 1010100 110101

Color Harmonies of #EC9421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9421

Black with #EC9421

Text Example


Text Example

White with #EC9421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9421; }

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

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

background-color css

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

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

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

border-color css

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

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

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