Html Css Color HEX #E18520 Carrot Orange

📋 copy color: '#E18520'

red 225 ◦ green 133 ◦ blue 32

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

Shades of Carrot Orange #E18520

Tints of Carrot Orange #E18520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.1%

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

R = 57.69%
G = 34.1%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E18520 (or 0xE18520) is known color: Carrot Orange. HEX triplet: E1, 85 and 20. RGB value is (225,133,32). Sum of RGB (Red+Green+Blue) = 225+133+32=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E18520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18520 is #1E7ADF. Grayscale: #959595. Windows color (decimal): -1997536 or 2131425. OLE color: 2131425.

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

Color convert

RGB 225 133 32 -
CMYK 0 0.41 0.86 0.12
HSL 31.4º 0.76% 0.5% -
HSV(B) 31.4º 0.86% 0.88% -
XYZ 39.7 32.89 5.62 -
YUV 148.99 61.98 182.21 -
System Red Green Blue C M Y K H S L
Decimal 225 133 32 0 0.41 0.86 0.12 31.4 0.76 0.5
Hex E1 85 20 0 29 56 C 1F 4C 32
Octal 341 205 40 0 51 126 14 37 114 62
Binary 11100001 10000101 100000 0 101001 1010110 1100 11111 1001100 110010

Color Harmonies of #E18520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18520

Black with #E18520

Text Example


Text Example

White with #E18520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18520; }

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

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

background-color css

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

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

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

border-color css

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

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

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