Html Css Color HEX #E18312 Carrot Orange

📋 copy color: '#E18312'

red 225 ◦ green 131 ◦ blue 18

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

Shades of Carrot Orange #E18312

Tints of Carrot Orange #E18312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.81%

R = 60.16%
G = 35.03%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E18312 (or 0xE18312) is known color: Carrot Orange. HEX triplet: E1, 83 and 12. RGB value is (225,131,18). Sum of RGB (Red+Green+Blue) = 225+131+18=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E18312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18312 is #1E7CED. Grayscale: #929292. Windows color (decimal): -1998062 or 1213409. OLE color: 1213409.

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

Color convert

RGB 225 131 18 -
CMYK 0 0.42 0.92 0.12
HSL 32.75º 0.85% 0.48% -
HSV(B) 32.75º 0.92% 0.88% -
XYZ 39.28 32.28 4.73 -
YUV 146.22 55.64 184.19 -
System Red Green Blue C M Y K H S L
Decimal 225 131 18 0 0.42 0.92 0.12 32.75 0.85 0.48
Hex E1 83 12 0 2A 5C C 21 55 30
Octal 341 203 22 0 52 134 14 41 125 60
Binary 11100001 10000011 10010 0 101010 1011100 1100 100001 1010101 110000

Color Harmonies of #E18312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18312

Black with #E18312

Text Example


Text Example

White with #E18312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18312; }

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

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

background-color css

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

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

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

border-color css

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

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

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