Html Css Color HEX #EC941A Carrot Orange

📋 copy color: '#EC941A'

red 236 ◦ green 148 ◦ blue 26

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

Shades of Carrot Orange #EC941A

Tints of Carrot Orange #EC941A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.1%

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

R = 57.56%
G = 36.1%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC941A (or 0xEC941A) is known color: Carrot Orange. HEX triplet: EC, 94 and 1A. RGB value is (236,148,26). Sum of RGB (Red+Green+Blue) = 236+148+26=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC941A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC941A is #136BE5. Grayscale: #A0A0A0. Windows color (decimal): -1272806 or 1742060. OLE color: 1742060.

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

Color convert

RGB 236 148 26 -
CMYK 0 0.37 0.89 0.07
HSL 34.86º 0.85% 0.51% -
HSV(B) 34.86º 0.89% 0.93% -
XYZ 45.37 39.09 6.13 -
YUV 160.4 52.15 181.92 -
System Red Green Blue C M Y K H S L
Decimal 236 148 26 0 0.37 0.89 0.07 34.86 0.85 0.51
Hex EC 94 1A 0 25 59 7 23 55 33
Octal 354 224 32 0 45 131 7 43 125 63
Binary 11101100 10010100 11010 0 100101 1011001 111 100011 1010101 110011

Color Harmonies of #EC941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC941A

Black with #EC941A

Text Example


Text Example

White with #EC941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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