Html Css Color HEX #E58314 Carrot Orange

📋 copy color: '#E58314'

red 229 ◦ green 131 ◦ blue 20

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

Shades of Carrot Orange #E58314

Tints of Carrot Orange #E58314

RGB

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

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

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

R = 60.26%
G = 34.47%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E58314 (or 0xE58314) is known color: Carrot Orange. HEX triplet: E5, 83 and 14. RGB value is (229,131,20). Sum of RGB (Red+Green+Blue) = 229+131+20=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E58314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58314 is #1A7CEB. Grayscale: #949494. Windows color (decimal): -1735916 or 1344485. OLE color: 1344485.

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

Color convert

RGB 229 131 20 -
CMYK 0 0.43 0.91 0.10
HSL 31.87º 0.84% 0.49% -
HSV(B) 31.87º 0.91% 0.9% -
XYZ 40.56 32.94 4.88 -
YUV 147.65 55.97 186.03 -
System Red Green Blue C M Y K H S L
Decimal 229 131 20 0 0.43 0.91 0.10 31.87 0.84 0.49
Hex E5 83 14 0 2B 5B A 20 54 31
Octal 345 203 24 0 53 133 12 40 124 61
Binary 11100101 10000011 10100 0 101011 1011011 1010 100000 1010100 110001

Color Harmonies of #E58314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58314

Black with #E58314

Text Example


Text Example

White with #E58314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58314; }

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

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

background-color css

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

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

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

border-color css

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

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

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