Html Css Color HEX #EC8124 Carrot Orange

📋 copy color: '#EC8124'

red 236 ◦ green 129 ◦ blue 36

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

Shades of Carrot Orange #EC8124

Tints of Carrot Orange #EC8124

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.17%

 BLUE value IS 36 (14.45% from 255) = 8.98%

R = 58.85%
G = 32.17%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC8124 (or 0xEC8124) is known color: Carrot Orange. HEX triplet: EC, 81 and 24. RGB value is (236,129,36). Sum of RGB (Red+Green+Blue) = 236+129+36=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 36 (14.45% from 255 or 8.98% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8124 is #137EDB. Grayscale: #969696. Windows color (decimal): -1277660 or 2392556. OLE color: 2392556.

HSL color Cylindrical-coordinate representation of color #EC8124: hue angle of 27.9º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC8124 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 129 36 -
CMYK 0 0.45 0.85 0.07
HSL 27.9º 0.84% 0.53% -
HSV(B) 27.9º 0.85% 0.93% -
XYZ 42.76 33.66 5.91 -
YUV 150.39 63.45 189.06 -
System Red Green Blue C M Y K H S L
Decimal 236 129 36 0 0.45 0.85 0.07 27.9 0.84 0.53
Hex EC 81 24 0 2D 55 7 1C 54 35
Octal 354 201 44 0 55 125 7 34 124 65
Binary 11101100 10000001 100100 0 101101 1010101 111 11100 1010100 110101

Color Harmonies of #EC8124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8124

Black with #EC8124

Text Example


Text Example

White with #EC8124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8124; }

 p { color: rgb(236,129,36); }

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

background-color css

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

 a { background-color: rgb(236,129,36); }

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

border-color css

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

 span { border-color: rgb(236,129,36); }

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