Html Css Color HEX #EC8220 Carrot Orange

📋 copy color: '#EC8220'

red 236 ◦ green 130 ◦ blue 32

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

Shades of Carrot Orange #EC8220

Tints of Carrot Orange #EC8220

RGB

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

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

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

R = 59.3%
G = 32.66%
B = 8.04%

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

#EC8220 (or 0xEC8220) is known color: Carrot Orange. HEX triplet: EC, 82 and 20. RGB value is (236,130,32). Sum of RGB (Red+Green+Blue) = 236+130+32=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8220 is #137DDF. Grayscale: #979797. Windows color (decimal): -1277408 or 2130668. OLE color: 2130668.

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

Color convert

RGB 236 130 32 -
CMYK 0 0.45 0.86 0.07
HSL 28.82º 0.84% 0.53% -
HSV(B) 28.82º 0.86% 0.93% -
XYZ 42.84 33.9 5.65 -
YUV 150.52 61.12 188.97 -
System Red Green Blue C M Y K H S L
Decimal 236 130 32 0 0.45 0.86 0.07 28.82 0.84 0.53
Hex EC 82 20 0 2D 56 7 1D 54 35
Octal 354 202 40 0 55 126 7 35 124 65
Binary 11101100 10000010 100000 0 101101 1010110 111 11101 1010100 110101

Color Harmonies of #EC8220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8220

Black with #EC8220

Text Example


Text Example

White with #EC8220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8220; }

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

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

background-color css

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

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

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

border-color css

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

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

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