Html Css Color HEX #E18115 Carrot Orange

📋 copy color: '#E18115'

red 225 ◦ green 129 ◦ blue 21

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

Shades of Carrot Orange #E18115

Tints of Carrot Orange #E18115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.4%

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

R = 60%
G = 34.4%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E18115 (or 0xE18115) is known color: Carrot Orange. HEX triplet: E1, 81 and 15. RGB value is (225,129,21). Sum of RGB (Red+Green+Blue) = 225+129+21=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E18115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18115 is #1E7EEA. Grayscale: #919191. Windows color (decimal): -1998571 or 1409505. OLE color: 1409505.

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

Color convert

RGB 225 129 21 -
CMYK 0 0.43 0.91 0.12
HSL 31.76º 0.83% 0.48% -
HSV(B) 31.76º 0.91% 0.88% -
XYZ 39.04 31.76 4.78 -
YUV 145.39 57.8 184.78 -
System Red Green Blue C M Y K H S L
Decimal 225 129 21 0 0.43 0.91 0.12 31.76 0.83 0.48
Hex E1 81 15 0 2B 5B C 20 53 30
Octal 341 201 25 0 53 133 14 40 123 60
Binary 11100001 10000001 10101 0 101011 1011011 1100 100000 1010011 110000

Color Harmonies of #E18115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18115

Black with #E18115

Text Example


Text Example

White with #E18115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18115; }

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

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

background-color css

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

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

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

border-color css

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

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

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