Html Css Color HEX #E18220 Carrot Orange

📋 copy color: '#E18220'

red 225 ◦ green 130 ◦ blue 32

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

Shades of Carrot Orange #E18220

Tints of Carrot Orange #E18220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.59%

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

R = 58.14%
G = 33.59%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E18220 (or 0xE18220) is known color: Carrot Orange. HEX triplet: E1, 82 and 20. RGB value is (225,130,32). Sum of RGB (Red+Green+Blue) = 225+130+32=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E18220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18220 is #1E7DDF. Grayscale: #939393. Windows color (decimal): -1998304 or 2130657. OLE color: 2130657.

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

Color convert

RGB 225 130 32 -
CMYK 0 0.42 0.86 0.12
HSL 30.47º 0.76% 0.5% -
HSV(B) 30.47º 0.86% 0.88% -
XYZ 39.29 32.08 5.49 -
YUV 147.23 62.97 183.47 -
System Red Green Blue C M Y K H S L
Decimal 225 130 32 0 0.42 0.86 0.12 30.47 0.76 0.5
Hex E1 82 20 0 2A 56 C 1E 4C 32
Octal 341 202 40 0 52 126 14 36 114 62
Binary 11100001 10000010 100000 0 101010 1010110 1100 11110 1001100 110010

Color Harmonies of #E18220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18220

Black with #E18220

Text Example


Text Example

White with #E18220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18220; }

 p { color: rgb(225,130,32); }

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

background-color css

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

 a { background-color: rgb(225,130,32); }

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

border-color css

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

 span { border-color: rgb(225,130,32); }

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