Html Css Color HEX #EC8316 Carrot Orange

📋 copy color: '#EC8316'

red 236 ◦ green 131 ◦ blue 22

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

Shades of Carrot Orange #EC8316

Tints of Carrot Orange #EC8316

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

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

R = 60.67%
G = 33.68%
B = 5.66%

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

#EC8316 (or 0xEC8316) is known color: Carrot Orange. HEX triplet: EC, 83 and 16. RGB value is (236,131,22). Sum of RGB (Red+Green+Blue) = 236+131+22=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8316 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8316 is #137CE9. Grayscale: #969696. Windows color (decimal): -1277162 or 1475564. OLE color: 1475564.

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

Color convert

RGB 236 131 22 -
CMYK 0 0.44 0.91 0.07
HSL 30.56º 0.85% 0.51% -
HSV(B) 30.56º 0.91% 0.93% -
XYZ 42.85 34.12 5.09 -
YUV 149.97 55.79 189.36 -
System Red Green Blue C M Y K H S L
Decimal 236 131 22 0 0.44 0.91 0.07 30.56 0.85 0.51
Hex EC 83 16 0 2C 5B 7 1F 55 33
Octal 354 203 26 0 54 133 7 37 125 63
Binary 11101100 10000011 10110 0 101100 1011011 111 11111 1010101 110011

Color Harmonies of #EC8316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8316

Black with #EC8316

Text Example


Text Example

White with #EC8316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8316; }

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

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

background-color css

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

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

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

border-color css

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

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

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