Html Css Color HEX #EC951A Carrot Orange

📋 copy color: '#EC951A'

red 236 ◦ green 149 ◦ blue 26

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

Shades of Carrot Orange #EC951A

Tints of Carrot Orange #EC951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.25%

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

R = 57.42%
G = 36.25%
B = 6.33%

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

#EC951A (or 0xEC951A) is known color: Carrot Orange. HEX triplet: EC, 95 and 1A. RGB value is (236,149,26). Sum of RGB (Red+Green+Blue) = 236+149+26=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC951A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC951A is #136AE5. Grayscale: #A1A1A1. Windows color (decimal): -1272550 or 1742316. OLE color: 1742316.

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

Color convert

RGB 236 149 26 -
CMYK 0 0.37 0.89 0.07
HSL 35.14º 0.85% 0.51% -
HSV(B) 35.14º 0.89% 0.93% -
XYZ 45.53 39.4 6.18 -
YUV 160.99 51.82 181.5 -
System Red Green Blue C M Y K H S L
Decimal 236 149 26 0 0.37 0.89 0.07 35.14 0.85 0.51
Hex EC 95 1A 0 25 59 7 23 55 33
Octal 354 225 32 0 45 131 7 43 125 63
Binary 11101100 10010101 11010 0 100101 1011001 111 100011 1010101 110011

Color Harmonies of #EC951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC951A

Black with #EC951A

Text Example


Text Example

White with #EC951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC951A; }

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

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

background-color css

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

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

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

border-color css

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

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

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