Html Css Color HEX #E1931C Carrot Orange

📋 copy color: '#E1931C'

red 225 ◦ green 147 ◦ blue 28

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

Shades of Carrot Orange #E1931C

Tints of Carrot Orange #E1931C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.75%

 BLUE value IS 28 (11.33% from 255) = 7%

R = 56.25%
G = 36.75%
B = 7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1931C (or 0xE1931C) is known color: Carrot Orange. HEX triplet: E1, 93 and 1C. RGB value is (225,147,28). Sum of RGB (Red+Green+Blue) = 225+147+28=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1931C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1931C is #1E6CE3. Grayscale: #9D9D9D. Windows color (decimal): -1993956 or 1872865. OLE color: 1872865.

HSL color Cylindrical-coordinate representation of color #E1931C: hue angle of 36.24º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1931C is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 147 28 -
CMYK 0 0.35 0.88 0.12
HSL 36.24º 0.78% 0.5% -
HSV(B) 36.24º 0.88% 0.88% -
XYZ 41.69 36.96 6.03 -
YUV 156.76 55.34 176.68 -
System Red Green Blue C M Y K H S L
Decimal 225 147 28 0 0.35 0.88 0.12 36.24 0.78 0.5
Hex E1 93 1C 0 23 58 C 24 4E 32
Octal 341 223 34 0 43 130 14 44 116 62
Binary 11100001 10010011 11100 0 100011 1011000 1100 100100 1001110 110010

Color Harmonies of #E1931C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1931C

Black with #E1931C

Text Example


Text Example

White with #E1931C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1931C; }

 p { color: rgb(225,147,28); }

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

background-color css

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

 a { background-color: rgb(225,147,28); }

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

border-color css

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

 span { border-color: rgb(225,147,28); }

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