Html Css Color HEX #EC8A20 Carrot Orange

📋 copy color: '#EC8A20'

red 236 ◦ green 138 ◦ blue 32

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

Shades of Carrot Orange #EC8A20

Tints of Carrot Orange #EC8A20

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.99%

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

R = 58.13%
G = 33.99%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC8A20 (or 0xEC8A20) is known color: Carrot Orange. HEX triplet: EC, 8A and 20. RGB value is (236,138,32). Sum of RGB (Red+Green+Blue) = 236+138+32=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8A20 is #1375DF. Grayscale: #9B9B9B. Windows color (decimal): -1275360 or 2132716. OLE color: 2132716.

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

Color convert

RGB 236 138 32 -
CMYK 0 0.42 0.86 0.07
HSL 31.18º 0.84% 0.53% -
HSV(B) 31.18º 0.86% 0.93% -
XYZ 43.94 36.11 6.02 -
YUV 155.22 58.47 185.62 -
System Red Green Blue C M Y K H S L
Decimal 236 138 32 0 0.42 0.86 0.07 31.18 0.84 0.53
Hex EC 8A 20 0 2A 56 7 1F 54 35
Octal 354 212 40 0 52 126 7 37 124 65
Binary 11101100 10001010 100000 0 101010 1010110 111 11111 1010100 110101

Color Harmonies of #EC8A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8A20

Black with #EC8A20

Text Example


Text Example

White with #EC8A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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