Html Css Color HEX #E18215 Carrot Orange

📋 copy color: '#E18215'

red 225 ◦ green 130 ◦ blue 21

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

Shades of Carrot Orange #E18215

Tints of Carrot Orange #E18215

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.57%

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

R = 59.84%
G = 34.57%
B = 5.59%

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

#E18215 (or 0xE18215) is known color: Carrot Orange. HEX triplet: E1, 82 and 15. RGB value is (225,130,21). Sum of RGB (Red+Green+Blue) = 225+130+21=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E18215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18215 is #1E7DEA. Grayscale: #929292. Windows color (decimal): -1998315 or 1409761. OLE color: 1409761.

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

Color convert

RGB 225 130 21 -
CMYK 0 0.42 0.91 0.12
HSL 32.06º 0.83% 0.48% -
HSV(B) 32.06º 0.91% 0.88% -
XYZ 39.17 32.03 4.83 -
YUV 145.98 57.47 184.36 -
System Red Green Blue C M Y K H S L
Decimal 225 130 21 0 0.42 0.91 0.12 32.06 0.83 0.48
Hex E1 82 15 0 2A 5B C 20 53 30
Octal 341 202 25 0 52 133 14 40 123 60
Binary 11100001 10000010 10101 0 101010 1011011 1100 100000 1010011 110000

Color Harmonies of #E18215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18215

Black with #E18215

Text Example


Text Example

White with #E18215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18215; }

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

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

background-color css

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

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

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

border-color css

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

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

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