Html Css Color HEX #EC8415 Carrot Orange

📋 copy color: '#EC8415'

red 236 ◦ green 132 ◦ blue 21

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

Shades of Carrot Orange #EC8415

Tints of Carrot Orange #EC8415

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.93%

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

R = 60.67%
G = 33.93%
B = 5.4%

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

#EC8415 (or 0xEC8415) is known color: Carrot Orange. HEX triplet: EC, 84 and 15. RGB value is (236,132,21). Sum of RGB (Red+Green+Blue) = 236+132+21=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8415 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8415 is #137BEA. Grayscale: #969696. Windows color (decimal): -1276907 or 1410284. OLE color: 1410284.

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

Color convert

RGB 236 132 21 -
CMYK 0 0.44 0.91 0.07
HSL 30.98º 0.85% 0.5% -
HSV(B) 30.98º 0.91% 0.93% -
XYZ 42.98 34.39 5.08 -
YUV 150.44 54.96 189.03 -
System Red Green Blue C M Y K H S L
Decimal 236 132 21 0 0.44 0.91 0.07 30.98 0.85 0.5
Hex EC 84 15 0 2C 5B 7 1F 55 32
Octal 354 204 25 0 54 133 7 37 125 62
Binary 11101100 10000100 10101 0 101100 1011011 111 11111 1010101 110010

Color Harmonies of #EC8415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8415

Black with #EC8415

Text Example


Text Example

White with #EC8415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8415; }

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

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

background-color css

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

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

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

border-color css

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

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

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