Html Css Color HEX #E18320 Carrot Orange

📋 copy color: '#E18320'

red 225 ◦ green 131 ◦ blue 32

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

Shades of Carrot Orange #E18320

Tints of Carrot Orange #E18320

RGB

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

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

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

R = 57.99%
G = 33.76%
B = 8.25%

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

#E18320 (or 0xE18320) is known color: Carrot Orange. HEX triplet: E1, 83 and 20. RGB value is (225,131,32). Sum of RGB (Red+Green+Blue) = 225+131+32=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E18320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18320 is #1E7CDF. Grayscale: #949494. Windows color (decimal): -1998048 or 2130913. OLE color: 2130913.

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

Color convert

RGB 225 131 32 -
CMYK 0 0.42 0.86 0.12
HSL 30.78º 0.76% 0.5% -
HSV(B) 30.78º 0.86% 0.88% -
XYZ 39.43 32.34 5.53 -
YUV 147.82 62.64 183.05 -
System Red Green Blue C M Y K H S L
Decimal 225 131 32 0 0.42 0.86 0.12 30.78 0.76 0.5
Hex E1 83 20 0 2A 56 C 1F 4C 32
Octal 341 203 40 0 52 126 14 37 114 62
Binary 11100001 10000011 100000 0 101010 1010110 1100 11111 1001100 110010

Color Harmonies of #E18320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18320

Black with #E18320

Text Example


Text Example

White with #E18320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18320; }

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

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

background-color css

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

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

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

border-color css

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

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

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