Html Css Color HEX #EC8021 Carrot Orange

📋 copy color: '#EC8021'

red 236 ◦ green 128 ◦ blue 33

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

Shades of Carrot Orange #EC8021

Tints of Carrot Orange #EC8021

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.24%

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

R = 59.45%
G = 32.24%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC8021 (or 0xEC8021) is known color: Carrot Orange. HEX triplet: EC, 80 and 21. RGB value is (236,128,33). Sum of RGB (Red+Green+Blue) = 236+128+33=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8021 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8021 is #137FDE. Grayscale: #959595. Windows color (decimal): -1277919 or 2195692. OLE color: 2195692.

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

Color convert

RGB 236 128 33 -
CMYK 0 0.46 0.86 0.07
HSL 28.08º 0.84% 0.53% -
HSV(B) 28.08º 0.86% 0.93% -
XYZ 42.59 33.38 5.64 -
YUV 149.46 62.28 189.72 -
System Red Green Blue C M Y K H S L
Decimal 236 128 33 0 0.46 0.86 0.07 28.08 0.84 0.53
Hex EC 80 21 0 2E 56 7 1C 54 35
Octal 354 200 41 0 56 126 7 34 124 65
Binary 11101100 10000000 100001 0 101110 1010110 111 11100 1010100 110101

Color Harmonies of #EC8021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8021

Black with #EC8021

Text Example


Text Example

White with #EC8021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8021; }

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

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

background-color css

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

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

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

border-color css

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

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

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