Html Css Color HEX #E48A14 Carrot Orange

📋 copy color: '#E48A14'

red 228 ◦ green 138 ◦ blue 20

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

Shades of Carrot Orange #E48A14

Tints of Carrot Orange #E48A14

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.75%

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

R = 59.07%
G = 35.75%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E48A14 (or 0xE48A14) is known color: Carrot Orange. HEX triplet: E4, 8A and 14. RGB value is (228,138,20). Sum of RGB (Red+Green+Blue) = 228+138+20=386 (51% of max value = 765). Red value is 228 (89.45% from 255 or 59.07% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48A14 is #1B75EB. Grayscale: #989898. Windows color (decimal): -1799660 or 1346276. OLE color: 1346276.

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

Color convert

RGB 228 138 20 -
CMYK 0 0.39 0.91 0.11
HSL 34.04º 0.84% 0.49% -
HSV(B) 34.04º 0.91% 0.89% -
XYZ 41.21 34.72 5.19 -
YUV 151.46 53.82 182.59 -
System Red Green Blue C M Y K H S L
Decimal 228 138 20 0 0.39 0.91 0.11 34.04 0.84 0.49
Hex E4 8A 14 0 27 5B B 22 54 31
Octal 344 212 24 0 47 133 13 42 124 61
Binary 11100100 10001010 10100 0 100111 1011011 1011 100010 1010100 110001

Color Harmonies of #E48A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48A14

Black with #E48A14

Text Example


Text Example

White with #E48A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48A14; }

 p { color: rgb(228,138,20); }

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

background-color css

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

 a { background-color: rgb(228,138,20); }

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

border-color css

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

 span { border-color: rgb(228,138,20); }

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