Html Css Color HEX #E2931C Carrot Orange

📋 copy color: '#E2931C'

red 226 ◦ green 147 ◦ blue 28

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

Shades of Carrot Orange #E2931C

Tints of Carrot Orange #E2931C

RGB

 RED value IS 226 (88.67% from 255) = 56.36%

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

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

R = 56.36%
G = 36.66%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2931C (or 0xE2931C) is known color: Carrot Orange. HEX triplet: E2, 93 and 1C. RGB value is (226,147,28). Sum of RGB (Red+Green+Blue) = 226+147+28=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E2931C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2931C is #1D6CE3. Grayscale: #9D9D9D. Windows color (decimal): -1928420 or 1872866. OLE color: 1872866.

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

Color convert

RGB 226 147 28 -
CMYK 0 0.35 0.88 0.11
HSL 36.06º 0.78% 0.5% -
HSV(B) 36.06º 0.88% 0.89% -
XYZ 42.01 37.12 6.05 -
YUV 157.06 55.17 177.18 -
System Red Green Blue C M Y K H S L
Decimal 226 147 28 0 0.35 0.88 0.11 36.06 0.78 0.5
Hex E2 93 1C 0 23 58 B 24 4E 32
Octal 342 223 34 0 43 130 13 44 116 62
Binary 11100010 10010011 11100 0 100011 1011000 1011 100100 1001110 110010

Color Harmonies of #E2931C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2931C

Black with #E2931C

Text Example


Text Example

White with #E2931C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2931C; }

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

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

background-color css

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

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

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

border-color css

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

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

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