Html Css Color HEX #EC8D10 Carrot Orange

📋 copy color: '#EC8D10'

red 236 ◦ green 141 ◦ blue 16

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

Shades of Carrot Orange #EC8D10

Tints of Carrot Orange #EC8D10

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.88%

 BLUE value IS 16 (6.64% from 255) = 4.07%

R = 60.05%
G = 35.88%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC8D10 (or 0xEC8D10) is known color: Carrot Orange. HEX triplet: EC, 8D and 10. RGB value is (236,141,16). Sum of RGB (Red+Green+Blue) = 236+141+16=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8D10 is #1372EF. Grayscale: #9B9B9B. Windows color (decimal): -1274608 or 1084908. OLE color: 1084908.

HSL color Cylindrical-coordinate representation of color #EC8D10: hue angle of 34.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC8D10 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 141 16 -
CMYK 0 0.40 0.93 0.07
HSL 34.09º 0.87% 0.49% -
HSV(B) 34.09º 0.93% 0.93% -
XYZ 44.21 36.92 5.29 -
YUV 155.16 49.47 185.66 -
System Red Green Blue C M Y K H S L
Decimal 236 141 16 0 0.40 0.93 0.07 34.09 0.87 0.49
Hex EC 8D 10 0 28 5D 7 22 57 31
Octal 354 215 20 0 50 135 7 42 127 61
Binary 11101100 10001101 10000 0 101000 1011101 111 100010 1010111 110001

Color Harmonies of #EC8D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D10

Black with #EC8D10

Text Example


Text Example

White with #EC8D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D10; }

 p { color: rgb(236,141,16); }

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

background-color css

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

 a { background-color: rgb(236,141,16); }

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

border-color css

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

 span { border-color: rgb(236,141,16); }

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