Html Css Color HEX #EC8015 Carrot Orange

📋 copy color: '#EC8015'

red 236 ◦ green 128 ◦ blue 21

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

Shades of Carrot Orange #EC8015

Tints of Carrot Orange #EC8015

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

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

R = 61.3%
G = 33.25%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC8015 (or 0xEC8015) is known color: Carrot Orange. HEX triplet: EC, 80 and 15. RGB value is (236,128,21). Sum of RGB (Red+Green+Blue) = 236+128+21=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8015 is #137FEA. Grayscale: #949494. Windows color (decimal): -1277931 or 1409260. OLE color: 1409260.

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

Color convert

RGB 236 128 21 -
CMYK 0 0.46 0.91 0.07
HSL 29.86º 0.85% 0.5% -
HSV(B) 29.86º 0.91% 0.93% -
XYZ 42.45 33.33 4.9 -
YUV 148.09 56.28 190.7 -
System Red Green Blue C M Y K H S L
Decimal 236 128 21 0 0.46 0.91 0.07 29.86 0.85 0.5
Hex EC 80 15 0 2E 5B 7 1E 55 32
Octal 354 200 25 0 56 133 7 36 125 62
Binary 11101100 10000000 10101 0 101110 1011011 111 11110 1010101 110010

Color Harmonies of #EC8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8015

Black with #EC8015

Text Example


Text Example

White with #EC8015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8015; }

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

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

background-color css

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

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

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

border-color css

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

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

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