Html Css Color HEX #EC971A Carrot Orange

📋 copy color: '#EC971A'

red 236 ◦ green 151 ◦ blue 26

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

Shades of Carrot Orange #EC971A

Tints of Carrot Orange #EC971A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.56%

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

R = 57.14%
G = 36.56%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC971A (or 0xEC971A) is known color: Carrot Orange. HEX triplet: EC, 97 and 1A. RGB value is (236,151,26). Sum of RGB (Red+Green+Blue) = 236+151+26=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 26 (10.55% from 255 or 6.30% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC971A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC971A is #1368E5. Grayscale: #A2A2A2. Windows color (decimal): -1272038 or 1742828. OLE color: 1742828.

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

Color convert

RGB 236 151 26 -
CMYK 0 0.36 0.89 0.07
HSL 35.71º 0.85% 0.51% -
HSV(B) 35.71º 0.89% 0.93% -
XYZ 45.85 40.04 6.29 -
YUV 162.17 51.16 180.66 -
System Red Green Blue C M Y K H S L
Decimal 236 151 26 0 0.36 0.89 0.07 35.71 0.85 0.51
Hex EC 97 1A 0 24 59 7 24 55 33
Octal 354 227 32 0 44 131 7 44 125 63
Binary 11101100 10010111 11010 0 100100 1011001 111 100100 1010101 110011

Color Harmonies of #EC971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC971A

Black with #EC971A

Text Example


Text Example

White with #EC971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC971A; }

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

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

background-color css

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

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

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

border-color css

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

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

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