Html Css Color HEX #E48321 Carrot Orange

📋 copy color: '#E48321'

red 228 ◦ green 131 ◦ blue 33

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

Shades of Carrot Orange #E48321

Tints of Carrot Orange #E48321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.42%

R = 58.16%
G = 33.42%
B = 8.42%

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

#E48321 (or 0xE48321) is known color: Carrot Orange. HEX triplet: E4, 83 and 21. RGB value is (228,131,33). Sum of RGB (Red+Green+Blue) = 228+131+33=392 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.16% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 228 - color contains mainly: red. Hex color #E48321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48321 is #1B7CDE. Grayscale: #959595. Windows color (decimal): -1801439 or 2196452. OLE color: 2196452.

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

Color convert

RGB 228 131 33 -
CMYK 0 0.43 0.86 0.11
HSL 30.15º 0.78% 0.51% -
HSV(B) 30.15º 0.86% 0.89% -
XYZ 40.39 32.84 5.65 -
YUV 148.83 62.64 184.47 -
System Red Green Blue C M Y K H S L
Decimal 228 131 33 0 0.43 0.86 0.11 30.15 0.78 0.51
Hex E4 83 21 0 2B 56 B 1E 4E 33
Octal 344 203 41 0 53 126 13 36 116 63
Binary 11100100 10000011 100001 0 101011 1010110 1011 11110 1001110 110011

Color Harmonies of #E48321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48321

Black with #E48321

Text Example


Text Example

White with #E48321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48321; }

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

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

background-color css

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

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

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

border-color css

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

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

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