Html Css Color HEX #EC8115 Carrot Orange

📋 copy color: '#EC8115'

red 236 ◦ green 129 ◦ blue 21

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

Shades of Carrot Orange #EC8115

Tints of Carrot Orange #EC8115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.44%

R = 61.14%
G = 33.42%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC8115 (or 0xEC8115) is known color: Carrot Orange. HEX triplet: EC, 81 and 15. RGB value is (236,129,21). Sum of RGB (Red+Green+Blue) = 236+129+21=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8115 is #137EEA. Grayscale: #959595. Windows color (decimal): -1277675 or 1409516. OLE color: 1409516.

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

Color convert

RGB 236 129 21 -
CMYK 0 0.45 0.91 0.07
HSL 30.14º 0.85% 0.5% -
HSV(B) 30.14º 0.91% 0.93% -
XYZ 42.58 33.59 4.95 -
YUV 148.68 55.95 190.28 -
System Red Green Blue C M Y K H S L
Decimal 236 129 21 0 0.45 0.91 0.07 30.14 0.85 0.5
Hex EC 81 15 0 2D 5B 7 1E 55 32
Octal 354 201 25 0 55 133 7 36 125 62
Binary 11101100 10000001 10101 0 101101 1011011 111 11110 1010101 110010

Color Harmonies of #EC8115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8115

Black with #EC8115

Text Example


Text Example

White with #EC8115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8115; }

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

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

background-color css

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

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

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

border-color css

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

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

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