Html Css Color HEX #EC8217 Carrot Orange

📋 copy color: '#EC8217'

red 236 ◦ green 130 ◦ blue 23

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

Shades of Carrot Orange #EC8217

Tints of Carrot Orange #EC8217

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.42%

 BLUE value IS 23 (9.38% from 255) = 5.91%

R = 60.67%
G = 33.42%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC8217 (or 0xEC8217) is known color: Carrot Orange. HEX triplet: EC, 82 and 17. RGB value is (236,130,23). Sum of RGB (Red+Green+Blue) = 236+130+23=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8217 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8217 is #137DE8. Grayscale: #969696. Windows color (decimal): -1277417 or 1540844. OLE color: 1540844.

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

Color convert

RGB 236 130 23 -
CMYK 0 0.45 0.90 0.07
HSL 30.14º 0.85% 0.51% -
HSV(B) 30.14º 0.9% 0.93% -
XYZ 42.73 33.86 5.09 -
YUV 149.5 56.62 189.7 -
System Red Green Blue C M Y K H S L
Decimal 236 130 23 0 0.45 0.90 0.07 30.14 0.85 0.51
Hex EC 82 17 0 2D 5A 7 1E 55 33
Octal 354 202 27 0 55 132 7 36 125 63
Binary 11101100 10000010 10111 0 101101 1011010 111 11110 1010101 110011

Color Harmonies of #EC8217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8217

Black with #EC8217

Text Example


Text Example

White with #EC8217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8217; }

 p { color: rgb(236,130,23); }

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

background-color css

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

 a { background-color: rgb(236,130,23); }

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

border-color css

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

 span { border-color: rgb(236,130,23); }

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