Html Css Color HEX #EC8520 Carrot Orange

📋 copy color: '#EC8520'

red 236 ◦ green 133 ◦ blue 32

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

Shades of Carrot Orange #EC8520

Tints of Carrot Orange #EC8520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.17%

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

R = 58.85%
G = 33.17%
B = 7.98%

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

#EC8520 (or 0xEC8520) is known color: Carrot Orange. HEX triplet: EC, 85 and 20. RGB value is (236,133,32). Sum of RGB (Red+Green+Blue) = 236+133+32=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8520 is #137ADF. Grayscale: #989898. Windows color (decimal): -1276640 or 2131436. OLE color: 2131436.

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

Color convert

RGB 236 133 32 -
CMYK 0 0.44 0.86 0.07
HSL 29.71º 0.84% 0.53% -
HSV(B) 29.71º 0.86% 0.93% -
XYZ 43.24 34.71 5.79 -
YUV 152.28 60.12 187.71 -
System Red Green Blue C M Y K H S L
Decimal 236 133 32 0 0.44 0.86 0.07 29.71 0.84 0.53
Hex EC 85 20 0 2C 56 7 1E 54 35
Octal 354 205 40 0 54 126 7 36 124 65
Binary 11101100 10000101 100000 0 101100 1010110 111 11110 1010100 110101

Color Harmonies of #EC8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8520

Black with #EC8520

Text Example


Text Example

White with #EC8520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8520; }

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

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

background-color css

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

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

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

border-color css

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

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

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