Html Css Color HEX #E58014 Carrot Orange

📋 copy color: '#E58014'

red 229 ◦ green 128 ◦ blue 20

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

Shades of Carrot Orange #E58014

Tints of Carrot Orange #E58014

RGB

 RED value IS 229 (89.84% from 255) = 60.74%

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

 BLUE value IS 20 (8.2% from 255) = 5.31%

R = 60.74%
G = 33.95%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E58014 (or 0xE58014) is known color: Carrot Orange. HEX triplet: E5, 80 and 14. RGB value is (229,128,20). Sum of RGB (Red+Green+Blue) = 229+128+20=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E58014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58014 is #1A7FEB. Grayscale: #929292. Windows color (decimal): -1736684 or 1343717. OLE color: 1343717.

HSL color Cylindrical-coordinate representation of color #E58014: hue angle of 31º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E58014 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 128 20 -
CMYK 0 0.44 0.91 0.10
HSL 31º 0.84% 0.49% -
HSV(B) 31º 0.91% 0.9% -
XYZ 40.16 32.15 4.75 -
YUV 145.89 56.96 187.28 -
System Red Green Blue C M Y K H S L
Decimal 229 128 20 0 0.44 0.91 0.10 31 0.84 0.49
Hex E5 80 14 0 2C 5B A 1F 54 31
Octal 345 200 24 0 54 133 12 37 124 61
Binary 11100101 10000000 10100 0 101100 1011011 1010 11111 1010100 110001

Color Harmonies of #E58014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58014

Black with #E58014

Text Example


Text Example

White with #E58014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58014; }

 p { color: rgb(229,128,20); }

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

background-color css

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

 a { background-color: rgb(229,128,20); }

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

border-color css

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

 span { border-color: rgb(229,128,20); }

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