Html Css Color HEX #E58114 Carrot Orange

📋 copy color: '#E58114'

red 229 ◦ green 129 ◦ blue 20

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

Shades of Carrot Orange #E58114

Tints of Carrot Orange #E58114

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.13%

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

R = 60.58%
G = 34.13%
B = 5.29%

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

#E58114 (or 0xE58114) is known color: Carrot Orange. HEX triplet: E5, 81 and 14. RGB value is (229,129,20). Sum of RGB (Red+Green+Blue) = 229+129+20=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E58114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58114 is #1A7EEB. Grayscale: #939393. Windows color (decimal): -1736428 or 1343973. OLE color: 1343973.

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

Color convert

RGB 229 129 20 -
CMYK 0 0.44 0.91 0.10
HSL 31.29º 0.84% 0.49% -
HSV(B) 31.29º 0.91% 0.9% -
XYZ 40.29 32.41 4.79 -
YUV 146.47 56.63 186.86 -
System Red Green Blue C M Y K H S L
Decimal 229 129 20 0 0.44 0.91 0.10 31.29 0.84 0.49
Hex E5 81 14 0 2C 5B A 1F 54 31
Octal 345 201 24 0 54 133 12 37 124 61
Binary 11100101 10000001 10100 0 101100 1011011 1010 11111 1010100 110001

Color Harmonies of #E58114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58114

Black with #E58114

Text Example


Text Example

White with #E58114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58114; }

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

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

background-color css

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

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

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

border-color css

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

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

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