Html Css Color HEX #E18322 Carrot Orange

📋 copy color: '#E18322'

red 225 ◦ green 131 ◦ blue 34

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

Shades of Carrot Orange #E18322

Tints of Carrot Orange #E18322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.72%

R = 57.69%
G = 33.59%
B = 8.72%

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

#E18322 (or 0xE18322) is known color: Carrot Orange. HEX triplet: E1, 83 and 22. RGB value is (225,131,34). Sum of RGB (Red+Green+Blue) = 225+131+34=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 34 (13.67% from 255 or 8.72% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E18322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18322 is #1E7CDD. Grayscale: #949494. Windows color (decimal): -1998046 or 2261985. OLE color: 2261985.

HSL color Cylindrical-coordinate representation of color #E18322: hue angle of 30.47º 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 #E18322 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 131 34 -
CMYK 0 0.42 0.85 0.12
HSL 30.47º 0.76% 0.51% -
HSV(B) 30.47º 0.85% 0.88% -
XYZ 39.46 32.36 5.68 -
YUV 148.05 63.64 182.89 -
System Red Green Blue C M Y K H S L
Decimal 225 131 34 0 0.42 0.85 0.12 30.47 0.76 0.51
Hex E1 83 22 0 2A 55 C 1E 4C 33
Octal 341 203 42 0 52 125 14 36 114 63
Binary 11100001 10000011 100010 0 101010 1010101 1100 11110 1001100 110011

Color Harmonies of #E18322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18322

Black with #E18322

Text Example


Text Example

White with #E18322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18322; }

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

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

background-color css

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

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

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

border-color css

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

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

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