Html Css Color HEX #EC921A Carrot Orange

📋 copy color: '#EC921A'

red 236 ◦ green 146 ◦ blue 26

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

Shades of Carrot Orange #EC921A

Tints of Carrot Orange #EC921A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.78%

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

R = 57.84%
G = 35.78%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC921A (or 0xEC921A) is known color: Carrot Orange. HEX triplet: EC, 92 and 1A. RGB value is (236,146,26). Sum of RGB (Red+Green+Blue) = 236+146+26=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC921A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC921A is #136DE5. Grayscale: #9F9F9F. Windows color (decimal): -1273318 or 1741548. OLE color: 1741548.

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

Color convert

RGB 236 146 26 -
CMYK 0 0.38 0.89 0.07
HSL 34.29º 0.85% 0.51% -
HSV(B) 34.29º 0.89% 0.93% -
XYZ 45.06 38.47 6.03 -
YUV 159.23 52.82 182.76 -
System Red Green Blue C M Y K H S L
Decimal 236 146 26 0 0.38 0.89 0.07 34.29 0.85 0.51
Hex EC 92 1A 0 26 59 7 22 55 33
Octal 354 222 32 0 46 131 7 42 125 63
Binary 11101100 10010010 11010 0 100110 1011001 111 100010 1010101 110011

Color Harmonies of #EC921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC921A

Black with #EC921A

Text Example


Text Example

White with #EC921A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC921A; }

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

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

background-color css

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

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

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

border-color css

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

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

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