Html Css Color HEX #EC8D1A Carrot Orange

📋 copy color: '#EC8D1A'

red 236 ◦ green 141 ◦ blue 26

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

Shades of Carrot Orange #EC8D1A

Tints of Carrot Orange #EC8D1A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.99%

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

R = 58.56%
G = 34.99%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC8D1A (or 0xEC8D1A) is known color: Carrot Orange. HEX triplet: EC, 8D and 1A. RGB value is (236,141,26). Sum of RGB (Red+Green+Blue) = 236+141+26=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8D1A is #1372E5. Grayscale: #9C9C9C. Windows color (decimal): -1274598 or 1740268. OLE color: 1740268.

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

Color convert

RGB 236 141 26 -
CMYK 0 0.40 0.89 0.07
HSL 32.86º 0.85% 0.51% -
HSV(B) 32.86º 0.89% 0.93% -
XYZ 44.3 36.96 5.78 -
YUV 156.3 54.47 184.85 -
System Red Green Blue C M Y K H S L
Decimal 236 141 26 0 0.40 0.89 0.07 32.86 0.85 0.51
Hex EC 8D 1A 0 28 59 7 21 55 33
Octal 354 215 32 0 50 131 7 41 125 63
Binary 11101100 10001101 11010 0 101000 1011001 111 100001 1010101 110011

Color Harmonies of #EC8D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D1A

Black with #EC8D1A

Text Example


Text Example

White with #EC8D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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