Html Css Color HEX #E58414 Carrot Orange

📋 copy color: '#E58414'

red 229 ◦ green 132 ◦ blue 20

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

Shades of Carrot Orange #E58414

Tints of Carrot Orange #E58414

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.65%

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

R = 60.1%
G = 34.65%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E58414 (or 0xE58414) is known color: Carrot Orange. HEX triplet: E5, 84 and 14. RGB value is (229,132,20). Sum of RGB (Red+Green+Blue) = 229+132+20=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E58414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58414 is #1A7BEB. Grayscale: #949494. Windows color (decimal): -1735660 or 1344741. OLE color: 1344741.

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

Color convert

RGB 229 132 20 -
CMYK 0 0.42 0.91 0.10
HSL 32.15º 0.84% 0.49% -
HSV(B) 32.15º 0.91% 0.9% -
XYZ 40.69 33.21 4.93 -
YUV 148.24 55.64 185.61 -
System Red Green Blue C M Y K H S L
Decimal 229 132 20 0 0.42 0.91 0.10 32.15 0.84 0.49
Hex E5 84 14 0 2A 5B A 20 54 31
Octal 345 204 24 0 52 133 12 40 124 61
Binary 11100101 10000100 10100 0 101010 1011011 1010 100000 1010100 110001

Color Harmonies of #E58414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58414

Black with #E58414

Text Example


Text Example

White with #E58414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58414; }

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

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

background-color css

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

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

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

border-color css

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

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

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