Html Css Color HEX #E58015 Carrot Orange

📋 copy color: '#E58015'

red 229 ◦ green 128 ◦ blue 21

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

Shades of Carrot Orange #E58015

Tints of Carrot Orange #E58015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.56%

R = 60.58%
G = 33.86%
B = 5.56%

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

#E58015 (or 0xE58015) is known color: Carrot Orange. HEX triplet: E5, 80 and 15. RGB value is (229,128,21). Sum of RGB (Red+Green+Blue) = 229+128+21=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E58015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58015 is #1A7FEA. Grayscale: #929292. Windows color (decimal): -1736683 or 1409253. OLE color: 1409253.

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

Color convert

RGB 229 128 21 -
CMYK 0 0.44 0.91 0.10
HSL 30.87º 0.83% 0.49% -
HSV(B) 30.87º 0.91% 0.9% -
XYZ 40.17 32.15 4.8 -
YUV 146 57.46 187.2 -
System Red Green Blue C M Y K H S L
Decimal 229 128 21 0 0.44 0.91 0.10 30.87 0.83 0.49
Hex E5 80 15 0 2C 5B A 1F 53 31
Octal 345 200 25 0 54 133 12 37 123 61
Binary 11100101 10000000 10101 0 101100 1011011 1010 11111 1010011 110001

Color Harmonies of #E58015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58015

Black with #E58015

Text Example


Text Example

White with #E58015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58015; }

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

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

background-color css

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

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

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

border-color css

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

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

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