Html Css Color HEX #EC9020 Carrot Orange

📋 copy color: '#EC9020'

red 236 ◦ green 144 ◦ blue 32

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

Shades of Carrot Orange #EC9020

Tints of Carrot Orange #EC9020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.95%

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

R = 57.28%
G = 34.95%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC9020 (or 0xEC9020) is known color: Carrot Orange. HEX triplet: EC, 90 and 20. RGB value is (236,144,32). Sum of RGB (Red+Green+Blue) = 236+144+32=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 32 (12.89% from 255 or 7.77% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9020 is #136FDF. Grayscale: #9F9F9F. Windows color (decimal): -1273824 or 2134252. OLE color: 2134252.

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

Color convert

RGB 236 144 32 -
CMYK 0 0.39 0.86 0.07
HSL 32.94º 0.84% 0.53% -
HSV(B) 32.94º 0.86% 0.93% -
XYZ 44.83 37.88 6.32 -
YUV 158.74 56.48 183.11 -
System Red Green Blue C M Y K H S L
Decimal 236 144 32 0 0.39 0.86 0.07 32.94 0.84 0.53
Hex EC 90 20 0 27 56 7 21 54 35
Octal 354 220 40 0 47 126 7 41 124 65
Binary 11101100 10010000 100000 0 100111 1010110 111 100001 1010100 110101

Color Harmonies of #EC9020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9020

Black with #EC9020

Text Example


Text Example

White with #EC9020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9020; }

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

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

background-color css

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

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

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

border-color css

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

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

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