Html Css Color HEX #EC8421 Carrot Orange

📋 copy color: '#EC8421'

red 236 ◦ green 132 ◦ blue 33

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

Shades of Carrot Orange #EC8421

Tints of Carrot Orange #EC8421

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.92%

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

R = 58.85%
G = 32.92%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC8421 (or 0xEC8421) is known color: Carrot Orange. HEX triplet: EC, 84 and 21. RGB value is (236,132,33). Sum of RGB (Red+Green+Blue) = 236+132+33=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8421 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8421 is #137BDE. Grayscale: #989898. Windows color (decimal): -1276895 or 2196716. OLE color: 2196716.

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

Color convert

RGB 236 132 33 -
CMYK 0 0.44 0.86 0.07
HSL 29.26º 0.84% 0.53% -
HSV(B) 29.26º 0.86% 0.93% -
XYZ 43.12 34.45 5.81 -
YUV 151.81 60.96 188.05 -
System Red Green Blue C M Y K H S L
Decimal 236 132 33 0 0.44 0.86 0.07 29.26 0.84 0.53
Hex EC 84 21 0 2C 56 7 1D 54 35
Octal 354 204 41 0 54 126 7 35 124 65
Binary 11101100 10000100 100001 0 101100 1010110 111 11101 1010100 110101

Color Harmonies of #EC8421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8421

Black with #EC8421

Text Example


Text Example

White with #EC8421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8421; }

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

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

background-color css

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

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

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

border-color css

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

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

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