Html Css Color HEX #EC8714 Carrot Orange

📋 copy color: '#EC8714'

red 236 ◦ green 135 ◦ blue 20

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

Shades of Carrot Orange #EC8714

Tints of Carrot Orange #EC8714

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.53%

 BLUE value IS 20 (8.2% from 255) = 5.12%

R = 60.36%
G = 34.53%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC8714 (or 0xEC8714) is known color: Carrot Orange. HEX triplet: EC, 87 and 14. RGB value is (236,135,20). Sum of RGB (Red+Green+Blue) = 236+135+20=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8714 is #1378EB. Grayscale: #989898. Windows color (decimal): -1276140 or 1345516. OLE color: 1345516.

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

Color convert

RGB 236 135 20 -
CMYK 0 0.43 0.92 0.07
HSL 31.94º 0.85% 0.5% -
HSV(B) 31.94º 0.92% 0.93% -
XYZ 43.38 35.21 5.17 -
YUV 152.09 53.46 187.85 -
System Red Green Blue C M Y K H S L
Decimal 236 135 20 0 0.43 0.92 0.07 31.94 0.85 0.5
Hex EC 87 14 0 2B 5C 7 20 55 32
Octal 354 207 24 0 53 134 7 40 125 62
Binary 11101100 10000111 10100 0 101011 1011100 111 100000 1010101 110010

Color Harmonies of #EC8714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8714

Black with #EC8714

Text Example


Text Example

White with #EC8714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8714; }

 p { color: rgb(236,135,20); }

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

background-color css

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

 a { background-color: rgb(236,135,20); }

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

border-color css

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

 span { border-color: rgb(236,135,20); }

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