Html Css Color HEX #EC8319 Carrot Orange

📋 copy color: '#EC8319'

red 236 ◦ green 131 ◦ blue 25

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

Shades of Carrot Orange #EC8319

Tints of Carrot Orange #EC8319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.38%

R = 60.2%
G = 33.42%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC8319 (or 0xEC8319) is known color: Carrot Orange. HEX triplet: EC, 83 and 19. RGB value is (236,131,25). Sum of RGB (Red+Green+Blue) = 236+131+25=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8319 is #137CE6. Grayscale: #969696. Windows color (decimal): -1277159 or 1672172. OLE color: 1672172.

HSL color Cylindrical-coordinate representation of color #EC8319: hue angle of 30.14º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC8319 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 131 25 -
CMYK 0 0.44 0.89 0.07
HSL 30.14º 0.85% 0.51% -
HSV(B) 30.14º 0.89% 0.93% -
XYZ 42.88 34.14 5.25 -
YUV 150.31 57.29 189.12 -
System Red Green Blue C M Y K H S L
Decimal 236 131 25 0 0.44 0.89 0.07 30.14 0.85 0.51
Hex EC 83 19 0 2C 59 7 1E 55 33
Octal 354 203 31 0 54 131 7 36 125 63
Binary 11101100 10000011 11001 0 101100 1011001 111 11110 1010101 110011

Color Harmonies of #EC8319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8319

Black with #EC8319

Text Example


Text Example

White with #EC8319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8319; }

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

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

background-color css

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

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

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

border-color css

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

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

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