Html Css Color HEX #EC8320 Carrot Orange

📋 copy color: '#EC8320'

red 236 ◦ green 131 ◦ blue 32

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

Shades of Carrot Orange #EC8320

Tints of Carrot Orange #EC8320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.83%

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

R = 59.15%
G = 32.83%
B = 8.02%

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

#EC8320 (or 0xEC8320) is known color: Carrot Orange. HEX triplet: EC, 83 and 20. RGB value is (236,131,32). Sum of RGB (Red+Green+Blue) = 236+131+32=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8320 is #137CDF. Grayscale: #979797. Windows color (decimal): -1277152 or 2130924. OLE color: 2130924.

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

Color convert

RGB 236 131 32 -
CMYK 0 0.44 0.86 0.07
HSL 29.12º 0.84% 0.53% -
HSV(B) 29.12º 0.86% 0.93% -
XYZ 42.97 34.17 5.7 -
YUV 151.11 60.79 188.55 -
System Red Green Blue C M Y K H S L
Decimal 236 131 32 0 0.44 0.86 0.07 29.12 0.84 0.53
Hex EC 83 20 0 2C 56 7 1D 54 35
Octal 354 203 40 0 54 126 7 35 124 65
Binary 11101100 10000011 100000 0 101100 1010110 111 11101 1010100 110101

Color Harmonies of #EC8320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8320

Black with #EC8320

Text Example


Text Example

White with #EC8320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8320; }

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

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

background-color css

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

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

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

border-color css

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

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

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