Html Css Color HEX #EC8615 Carrot Orange

📋 copy color: '#EC8615'

red 236 ◦ green 134 ◦ blue 21

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

Shades of Carrot Orange #EC8615

Tints of Carrot Orange #EC8615

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.27%

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

R = 60.36%
G = 34.27%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC8615 (or 0xEC8615) is known color: Carrot Orange. HEX triplet: EC, 86 and 15. RGB value is (236,134,21). Sum of RGB (Red+Green+Blue) = 236+134+21=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8615 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8615 is #1379EA. Grayscale: #989898. Windows color (decimal): -1276395 or 1410796. OLE color: 1410796.

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

Color convert

RGB 236 134 21 -
CMYK 0 0.43 0.91 0.07
HSL 31.53º 0.85% 0.5% -
HSV(B) 31.53º 0.91% 0.93% -
XYZ 43.25 34.94 5.17 -
YUV 151.62 54.29 188.19 -
System Red Green Blue C M Y K H S L
Decimal 236 134 21 0 0.43 0.91 0.07 31.53 0.85 0.5
Hex EC 86 15 0 2B 5B 7 20 55 32
Octal 354 206 25 0 53 133 7 40 125 62
Binary 11101100 10000110 10101 0 101011 1011011 111 100000 1010101 110010

Color Harmonies of #EC8615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8615

Black with #EC8615

Text Example


Text Example

White with #EC8615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8615; }

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

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

background-color css

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

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

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

border-color css

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

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

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