Html Css Color HEX #EC8416 Carrot Orange

📋 copy color: '#EC8416'

red 236 ◦ green 132 ◦ blue 22

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

Shades of Carrot Orange #EC8416

Tints of Carrot Orange #EC8416

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.85%

 BLUE value IS 22 (8.98% from 255) = 5.64%

R = 60.51%
G = 33.85%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC8416 (or 0xEC8416) is known color: Carrot Orange. HEX triplet: EC, 84 and 16. RGB value is (236,132,22). Sum of RGB (Red+Green+Blue) = 236+132+22=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8416 is #137BE9. Grayscale: #979797. Windows color (decimal): -1276906 or 1475820. OLE color: 1475820.

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

Color convert

RGB 236 132 22 -
CMYK 0 0.44 0.91 0.07
HSL 30.84º 0.85% 0.51% -
HSV(B) 30.84º 0.91% 0.93% -
XYZ 42.99 34.39 5.13 -
YUV 150.56 55.46 188.94 -
System Red Green Blue C M Y K H S L
Decimal 236 132 22 0 0.44 0.91 0.07 30.84 0.85 0.51
Hex EC 84 16 0 2C 5B 7 1F 55 33
Octal 354 204 26 0 54 133 7 37 125 63
Binary 11101100 10000100 10110 0 101100 1011011 111 11111 1010101 110011

Color Harmonies of #EC8416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8416

Black with #EC8416

Text Example


Text Example

White with #EC8416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8416; }

 p { color: rgb(236,132,22); }

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

background-color css

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

 a { background-color: rgb(236,132,22); }

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

border-color css

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

 span { border-color: rgb(236,132,22); }

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