Html Css Color HEX #EC7F1A Carrot Orange

📋 copy color: '#EC7F1A'

red 236 ◦ green 127 ◦ blue 26

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

Shades of Carrot Orange #EC7F1A

Tints of Carrot Orange #EC7F1A

RGB

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

 GREEN value IS 127 (50% from 255) = 32.65%

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

R = 60.67%
G = 32.65%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC7F1A (or 0xEC7F1A) is known color: Carrot Orange. HEX triplet: EC, 7F and 1A. RGB value is (236,127,26). Sum of RGB (Red+Green+Blue) = 236+127+26=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7F1A is #1380E5. Grayscale: #949494. Windows color (decimal): -1278182 or 1736684. OLE color: 1736684.

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

Color convert

RGB 236 127 26 -
CMYK 0 0.46 0.89 0.07
HSL 28.86º 0.85% 0.51% -
HSV(B) 28.86º 0.89% 0.93% -
XYZ 42.37 33.09 5.13 -
YUV 148.08 59.11 190.71 -
System Red Green Blue C M Y K H S L
Decimal 236 127 26 0 0.46 0.89 0.07 28.86 0.85 0.51
Hex EC 7F 1A 0 2E 59 7 1D 55 33
Octal 354 177 32 0 56 131 7 35 125 63
Binary 11101100 1111111 11010 0 101110 1011001 111 11101 1010101 110011

Color Harmonies of #EC7F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F1A

Black with #EC7F1A

Text Example


Text Example

White with #EC7F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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