Html Css Color HEX #EC8D15 Carrot Orange

📋 copy color: '#EC8D15'

red 236 ◦ green 141 ◦ blue 21

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

Shades of Carrot Orange #EC8D15

Tints of Carrot Orange #EC8D15

RGB

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

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

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

R = 59.3%
G = 35.43%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC8D15 (or 0xEC8D15) is known color: Carrot Orange. HEX triplet: EC, 8D and 15. RGB value is (236,141,21). Sum of RGB (Red+Green+Blue) = 236+141+21=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8D15 is #1372EA. Grayscale: #9C9C9C. Windows color (decimal): -1274603 or 1412588. OLE color: 1412588.

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

Color convert

RGB 236 141 21 -
CMYK 0 0.40 0.91 0.07
HSL 33.49º 0.85% 0.5% -
HSV(B) 33.49º 0.91% 0.93% -
XYZ 44.25 36.94 5.51 -
YUV 155.73 51.97 185.26 -
System Red Green Blue C M Y K H S L
Decimal 236 141 21 0 0.40 0.91 0.07 33.49 0.85 0.5
Hex EC 8D 15 0 28 5B 7 21 55 32
Octal 354 215 25 0 50 133 7 41 125 62
Binary 11101100 10001101 10101 0 101000 1011011 111 100001 1010101 110010

Color Harmonies of #EC8D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D15

Black with #EC8D15

Text Example


Text Example

White with #EC8D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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