Html Css Color HEX #E48320 Carrot Orange

📋 copy color: '#E48320'

red 228 ◦ green 131 ◦ blue 32

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

Shades of Carrot Orange #E48320

Tints of Carrot Orange #E48320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.18%

R = 58.31%
G = 33.5%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E48320 (or 0xE48320) is known color: Carrot Orange. HEX triplet: E4, 83 and 20. RGB value is (228,131,32). Sum of RGB (Red+Green+Blue) = 228+131+32=391 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.31% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 228 - color contains mainly: red. Hex color #E48320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48320 is #1B7CDF. Grayscale: #959595. Windows color (decimal): -1801440 or 2130916. OLE color: 2130916.

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

Color convert

RGB 228 131 32 -
CMYK 0 0.43 0.86 0.11
HSL 30.31º 0.78% 0.51% -
HSV(B) 30.31º 0.86% 0.89% -
XYZ 40.37 32.83 5.58 -
YUV 148.72 62.14 184.55 -
System Red Green Blue C M Y K H S L
Decimal 228 131 32 0 0.43 0.86 0.11 30.31 0.78 0.51
Hex E4 83 20 0 2B 56 B 1E 4E 33
Octal 344 203 40 0 53 126 13 36 116 63
Binary 11100100 10000011 100000 0 101011 1010110 1011 11110 1001110 110011

Color Harmonies of #E48320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48320

Black with #E48320

Text Example


Text Example

White with #E48320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48320; }

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

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

background-color css

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

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

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

border-color css

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

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

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