Html Css Color HEX #E1931D Carrot Orange

📋 copy color: '#E1931D'

red 225 ◦ green 147 ◦ blue 29

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

Shades of Carrot Orange #E1931D

Tints of Carrot Orange #E1931D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.23%

R = 56.11%
G = 36.66%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E1931D (or 0xE1931D) is known color: Carrot Orange. HEX triplet: E1, 93 and 1D. RGB value is (225,147,29). Sum of RGB (Red+Green+Blue) = 225+147+29=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1931D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1931D is #1E6CE2. Grayscale: #9D9D9D. Windows color (decimal): -1993955 or 1938401. OLE color: 1938401.

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

Color convert

RGB 225 147 29 -
CMYK 0 0.35 0.87 0.12
HSL 36.12º 0.77% 0.5% -
HSV(B) 36.12º 0.87% 0.88% -
XYZ 41.71 36.96 6.1 -
YUV 156.87 55.84 176.59 -
System Red Green Blue C M Y K H S L
Decimal 225 147 29 0 0.35 0.87 0.12 36.12 0.77 0.5
Hex E1 93 1D 0 23 57 C 24 4D 32
Octal 341 223 35 0 43 127 14 44 115 62
Binary 11100001 10010011 11101 0 100011 1010111 1100 100100 1001101 110010

Color Harmonies of #E1931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1931D

Black with #E1931D

Text Example


Text Example

White with #E1931D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1931D; }

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

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

background-color css

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

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

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

border-color css

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

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

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