Html Css Color HEX #E18315 Carrot Orange

📋 copy color: '#E18315'

red 225 ◦ green 131 ◦ blue 21

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

Shades of Carrot Orange #E18315

Tints of Carrot Orange #E18315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.57%

R = 59.68%
G = 34.75%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E18315 (or 0xE18315) is known color: Carrot Orange. HEX triplet: E1, 83 and 15. RGB value is (225,131,21). Sum of RGB (Red+Green+Blue) = 225+131+21=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E18315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18315 is #1E7CEA. Grayscale: #939393. Windows color (decimal): -1998059 or 1410017. OLE color: 1410017.

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

Color convert

RGB 225 131 21 -
CMYK 0 0.42 0.91 0.12
HSL 32.35º 0.83% 0.48% -
HSV(B) 32.35º 0.91% 0.88% -
XYZ 39.3 32.29 4.87 -
YUV 146.57 57.14 183.94 -
System Red Green Blue C M Y K H S L
Decimal 225 131 21 0 0.42 0.91 0.12 32.35 0.83 0.48
Hex E1 83 15 0 2A 5B C 20 53 30
Octal 341 203 25 0 52 133 14 40 123 60
Binary 11100001 10000011 10101 0 101010 1011011 1100 100000 1010011 110000

Color Harmonies of #E18315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18315

Black with #E18315

Text Example


Text Example

White with #E18315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18315; }

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

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

background-color css

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

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

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

border-color css

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

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

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