Html Css Color HEX #EC8B15 Carrot Orange

📋 copy color: '#EC8B15'

red 236 ◦ green 139 ◦ blue 21

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

Shades of Carrot Orange #EC8B15

Tints of Carrot Orange #EC8B15

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.1%

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

R = 59.6%
G = 35.1%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC8B15 (or 0xEC8B15) is known color: Carrot Orange. HEX triplet: EC, 8B and 15. RGB value is (236,139,21). Sum of RGB (Red+Green+Blue) = 236+139+21=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8B15 is #1374EA. Grayscale: #9B9B9B. Windows color (decimal): -1275115 or 1412076. OLE color: 1412076.

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

Color convert

RGB 236 139 21 -
CMYK 0 0.41 0.91 0.07
HSL 32.93º 0.85% 0.5% -
HSV(B) 32.93º 0.91% 0.93% -
XYZ 43.96 36.35 5.41 -
YUV 154.55 52.64 186.09 -
System Red Green Blue C M Y K H S L
Decimal 236 139 21 0 0.41 0.91 0.07 32.93 0.85 0.5
Hex EC 8B 15 0 29 5B 7 21 55 32
Octal 354 213 25 0 51 133 7 41 125 62
Binary 11101100 10001011 10101 0 101001 1011011 111 100001 1010101 110010

Color Harmonies of #EC8B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8B15

Black with #EC8B15

Text Example


Text Example

White with #EC8B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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