Html Css Color HEX #E18321 Carrot Orange

📋 copy color: '#E18321'

red 225 ◦ green 131 ◦ blue 33

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

Shades of Carrot Orange #E18321

Tints of Carrot Orange #E18321

RGB

 RED value IS 225 (88.28% from 255) = 57.84%

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

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

R = 57.84%
G = 33.68%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E18321 (or 0xE18321) is known color: Carrot Orange. HEX triplet: E1, 83 and 21. RGB value is (225,131,33). Sum of RGB (Red+Green+Blue) = 225+131+33=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E18321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18321 is #1E7CDE. Grayscale: #949494. Windows color (decimal): -1998047 or 2196449. OLE color: 2196449.

HSL color Cylindrical-coordinate representation of color #E18321: hue angle of 30.63º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E18321 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 131 33 -
CMYK 0 0.42 0.85 0.12
HSL 30.63º 0.76% 0.51% -
HSV(B) 30.63º 0.85% 0.88% -
XYZ 39.44 32.35 5.6 -
YUV 147.93 63.14 182.97 -
System Red Green Blue C M Y K H S L
Decimal 225 131 33 0 0.42 0.85 0.12 30.63 0.76 0.51
Hex E1 83 21 0 2A 55 C 1F 4C 33
Octal 341 203 41 0 52 125 14 37 114 63
Binary 11100001 10000011 100001 0 101010 1010101 1100 11111 1001100 110011

Color Harmonies of #E18321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18321

Black with #E18321

Text Example


Text Example

White with #E18321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18321; }

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

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

background-color css

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

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

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

border-color css

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

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

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