Html Css Color HEX #EC8221 Carrot Orange

📋 copy color: '#EC8221'

red 236 ◦ green 130 ◦ blue 33

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

Shades of Carrot Orange #EC8221

Tints of Carrot Orange #EC8221

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.58%

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

R = 59.15%
G = 32.58%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC8221 (or 0xEC8221) is known color: Carrot Orange. HEX triplet: EC, 82 and 21. RGB value is (236,130,33). Sum of RGB (Red+Green+Blue) = 236+130+33=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8221 is #137DDE. Grayscale: #979797. Windows color (decimal): -1277407 or 2196204. OLE color: 2196204.

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

Color convert

RGB 236 130 33 -
CMYK 0 0.45 0.86 0.07
HSL 28.67º 0.84% 0.53% -
HSV(B) 28.67º 0.86% 0.93% -
XYZ 42.85 33.91 5.73 -
YUV 150.64 61.62 188.89 -
System Red Green Blue C M Y K H S L
Decimal 236 130 33 0 0.45 0.86 0.07 28.67 0.84 0.53
Hex EC 82 21 0 2D 56 7 1D 54 35
Octal 354 202 41 0 55 126 7 35 124 65
Binary 11101100 10000010 100001 0 101101 1010110 111 11101 1010100 110101

Color Harmonies of #EC8221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8221

Black with #EC8221

Text Example


Text Example

White with #EC8221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8221; }

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

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

background-color css

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

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

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

border-color css

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

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

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