Html Css Color HEX #E48315 Carrot Orange

📋 copy color: '#E48315'

red 228 ◦ green 131 ◦ blue 21

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

Shades of Carrot Orange #E48315

Tints of Carrot Orange #E48315

RGB

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

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

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

R = 60%
G = 34.47%
B = 5.53%

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

#E48315 (or 0xE48315) is known color: Carrot Orange. HEX triplet: E4, 83 and 15. RGB value is (228,131,21). Sum of RGB (Red+Green+Blue) = 228+131+21=380 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 228 - color contains mainly: red. Hex color #E48315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48315 is #1B7CEA. Grayscale: #949494. Windows color (decimal): -1801451 or 1410020. OLE color: 1410020.

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

Color convert

RGB 228 131 21 -
CMYK 0 0.43 0.91 0.11
HSL 31.88º 0.83% 0.49% -
HSV(B) 31.88º 0.91% 0.89% -
XYZ 40.25 32.78 4.92 -
YUV 147.46 56.64 185.44 -
System Red Green Blue C M Y K H S L
Decimal 228 131 21 0 0.43 0.91 0.11 31.88 0.83 0.49
Hex E4 83 15 0 2B 5B B 20 53 31
Octal 344 203 25 0 53 133 13 40 123 61
Binary 11100100 10000011 10101 0 101011 1011011 1011 100000 1010011 110001

Color Harmonies of #E48315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48315

Black with #E48315

Text Example


Text Example

White with #E48315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48315; }

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

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

background-color css

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

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

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

border-color css

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

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

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