Html Css Color HEX #E48215 Carrot Orange

📋 copy color: '#E48215'

red 228 ◦ green 130 ◦ blue 21

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

Shades of Carrot Orange #E48215

Tints of Carrot Orange #E48215

RGB

 RED value IS 228 (89.45% from 255) = 60.16%

 GREEN value IS 130 (51.17% from 255) = 34.3%

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

R = 60.16%
G = 34.3%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E48215 (or 0xE48215) is known color: Carrot Orange. HEX triplet: E4, 82 and 15. RGB value is (228,130,21). Sum of RGB (Red+Green+Blue) = 228+130+21=379 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.16% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 228 - color contains mainly: red. Hex color #E48215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48215 is #1B7DEA. Grayscale: #939393. Windows color (decimal): -1801707 or 1409764. OLE color: 1409764.

HSL color Cylindrical-coordinate representation of color #E48215: hue angle of 31.59º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E48215 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 130 21 -
CMYK 0 0.43 0.91 0.11
HSL 31.59º 0.83% 0.49% -
HSV(B) 31.59º 0.91% 0.89% -
XYZ 40.11 32.51 4.87 -
YUV 146.88 56.97 185.86 -
System Red Green Blue C M Y K H S L
Decimal 228 130 21 0 0.43 0.91 0.11 31.59 0.83 0.49
Hex E4 82 15 0 2B 5B B 20 53 31
Octal 344 202 25 0 53 133 13 40 123 61
Binary 11100100 10000010 10101 0 101011 1011011 1011 100000 1010011 110001

Color Harmonies of #E48215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48215

Black with #E48215

Text Example


Text Example

White with #E48215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48215; }

 p { color: rgb(228,130,21); }

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

background-color css

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

 a { background-color: rgb(228,130,21); }

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

border-color css

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

 span { border-color: rgb(228,130,21); }

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