Html Css Color HEX #EC8315 Carrot Orange

📋 copy color: '#EC8315'

red 236 ◦ green 131 ◦ blue 21

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

Shades of Carrot Orange #EC8315

Tints of Carrot Orange #EC8315

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.76%

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

R = 60.82%
G = 33.76%
B = 5.41%

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

#EC8315 (or 0xEC8315) is known color: Carrot Orange. HEX triplet: EC, 83 and 15. RGB value is (236,131,21). Sum of RGB (Red+Green+Blue) = 236+131+21=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8315 is #137CEA. Grayscale: #969696. Windows color (decimal): -1277163 or 1410028. OLE color: 1410028.

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

Color convert

RGB 236 131 21 -
CMYK 0 0.44 0.91 0.07
HSL 30.7º 0.85% 0.5% -
HSV(B) 30.7º 0.91% 0.93% -
XYZ 42.84 34.12 5.04 -
YUV 149.86 55.29 189.44 -
System Red Green Blue C M Y K H S L
Decimal 236 131 21 0 0.44 0.91 0.07 30.7 0.85 0.5
Hex EC 83 15 0 2C 5B 7 1F 55 32
Octal 354 203 25 0 54 133 7 37 125 62
Binary 11101100 10000011 10101 0 101100 1011011 111 11111 1010101 110010

Color Harmonies of #EC8315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8315

Black with #EC8315

Text Example


Text Example

White with #EC8315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8315; }

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

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

background-color css

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

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

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

border-color css

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

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

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