Html Css Color HEX #E48115 Carrot Orange

📋 copy color: '#E48115'

red 228 ◦ green 129 ◦ blue 21

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

Shades of Carrot Orange #E48115

Tints of Carrot Orange #E48115

RGB

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

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

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

R = 60.32%
G = 34.13%
B = 5.56%

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

#E48115 (or 0xE48115) is known color: Carrot Orange. HEX triplet: E4, 81 and 15. RGB value is (228,129,21). Sum of RGB (Red+Green+Blue) = 228+129+21=378 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.32% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 228 - color contains mainly: red. Hex color #E48115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48115 is #1B7EEA. Grayscale: #929292. Windows color (decimal): -1801963 or 1409508. OLE color: 1409508.

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

Color convert

RGB 228 129 21 -
CMYK 0 0.43 0.91 0.11
HSL 31.3º 0.83% 0.49% -
HSV(B) 31.3º 0.91% 0.89% -
XYZ 39.98 32.25 4.83 -
YUV 146.29 57.3 186.28 -
System Red Green Blue C M Y K H S L
Decimal 228 129 21 0 0.43 0.91 0.11 31.3 0.83 0.49
Hex E4 81 15 0 2B 5B B 1F 53 31
Octal 344 201 25 0 53 133 13 37 123 61
Binary 11100100 10000001 10101 0 101011 1011011 1011 11111 1010011 110001

Color Harmonies of #E48115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48115

Black with #E48115

Text Example


Text Example

White with #E48115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48115; }

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

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

background-color css

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

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

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

border-color css

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

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

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