Html Css Color HEX #EC8014 Carrot Orange

📋 copy color: '#EC8014'

red 236 ◦ green 128 ◦ blue 20

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

Shades of Carrot Orange #EC8014

Tints of Carrot Orange #EC8014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.33%

 BLUE value IS 20 (8.2% from 255) = 5.21%

R = 61.46%
G = 33.33%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC8014 (or 0xEC8014) is known color: Carrot Orange. HEX triplet: EC, 80 and 14. RGB value is (236,128,20). Sum of RGB (Red+Green+Blue) = 236+128+20=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8014 is #137FEB. Grayscale: #949494. Windows color (decimal): -1277932 or 1343724. OLE color: 1343724.

HSL color Cylindrical-coordinate representation of color #EC8014: hue angle of 30º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC8014 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 128 20 -
CMYK 0 0.46 0.92 0.07
HSL 30º 0.85% 0.5% -
HSV(B) 30º 0.92% 0.93% -
XYZ 42.44 33.32 4.86 -
YUV 147.98 55.78 190.78 -
System Red Green Blue C M Y K H S L
Decimal 236 128 20 0 0.46 0.92 0.07 30 0.85 0.5
Hex EC 80 14 0 2E 5C 7 1E 55 32
Octal 354 200 24 0 56 134 7 36 125 62
Binary 11101100 10000000 10100 0 101110 1011100 111 11110 1010101 110010

Color Harmonies of #EC8014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8014

Black with #EC8014

Text Example


Text Example

White with #EC8014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8014; }

 p { color: rgb(236,128,20); }

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

background-color css

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

 a { background-color: rgb(236,128,20); }

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

border-color css

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

 span { border-color: rgb(236,128,20); }

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