Html Css Color HEX #EC801C Carrot Orange

📋 copy color: '#EC801C'

red 236 ◦ green 128 ◦ blue 28

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

Shades of Carrot Orange #EC801C

Tints of Carrot Orange #EC801C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.14%

R = 60.2%
G = 32.65%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC801C (or 0xEC801C) is known color: Carrot Orange. HEX triplet: EC, 80 and 1C. RGB value is (236,128,28). Sum of RGB (Red+Green+Blue) = 236+128+28=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC801C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC801C is #137FE3. Grayscale: #959595. Windows color (decimal): -1277924 or 1868012. OLE color: 1868012.

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

Color convert

RGB 236 128 28 -
CMYK 0 0.46 0.88 0.07
HSL 28.85º 0.85% 0.52% -
HSV(B) 28.85º 0.88% 0.93% -
XYZ 42.52 33.36 5.3 -
YUV 148.89 59.78 190.13 -
System Red Green Blue C M Y K H S L
Decimal 236 128 28 0 0.46 0.88 0.07 28.85 0.85 0.52
Hex EC 80 1C 0 2E 58 7 1D 55 34
Octal 354 200 34 0 56 130 7 35 125 64
Binary 11101100 10000000 11100 0 101110 1011000 111 11101 1010101 110100

Color Harmonies of #EC801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC801C

Black with #EC801C

Text Example


Text Example

White with #EC801C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC801C; }

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

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

background-color css

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

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

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

border-color css

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

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

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