Html Css Color HEX #EC801A Carrot Orange

📋 copy color: '#EC801A'

red 236 ◦ green 128 ◦ blue 26

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

Shades of Carrot Orange #EC801A

Tints of Carrot Orange #EC801A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.67%

R = 60.51%
G = 32.82%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC801A (or 0xEC801A) is known color: Carrot Orange. HEX triplet: EC, 80 and 1A. RGB value is (236,128,26). Sum of RGB (Red+Green+Blue) = 236+128+26=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 26 (10.55% from 255 or 6.67% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC801A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC801A is #137FE5. Grayscale: #959595. Windows color (decimal): -1277926 or 1736940. OLE color: 1736940.

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

Color convert

RGB 236 128 26 -
CMYK 0 0.46 0.89 0.07
HSL 29.14º 0.85% 0.51% -
HSV(B) 29.14º 0.89% 0.93% -
XYZ 42.5 33.35 5.17 -
YUV 148.66 58.78 190.29 -
System Red Green Blue C M Y K H S L
Decimal 236 128 26 0 0.46 0.89 0.07 29.14 0.85 0.51
Hex EC 80 1A 0 2E 59 7 1D 55 33
Octal 354 200 32 0 56 131 7 35 125 63
Binary 11101100 10000000 11010 0 101110 1011001 111 11101 1010101 110011

Color Harmonies of #EC801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC801A

Black with #EC801A

Text Example


Text Example

White with #EC801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC801A; }

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

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

background-color css

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

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

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

border-color css

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

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

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