Html Css Color HEX #E2941F Carrot Orange

📋 copy color: '#E2941F'

red 226 ◦ green 148 ◦ blue 31

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

Shades of Carrot Orange #E2941F

Tints of Carrot Orange #E2941F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

 BLUE value IS 31 (12.5% from 255) = 7.65%

R = 55.8%
G = 36.54%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2941F (or 0xE2941F) is known color: Carrot Orange. HEX triplet: E2, 94 and 1F. RGB value is (226,148,31). Sum of RGB (Red+Green+Blue) = 226+148+31=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 31 (12.5% from 255 or 7.65% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2941F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2941F is #1D6BE0. Grayscale: #9E9E9E. Windows color (decimal): -1928161 or 2069730. OLE color: 2069730.

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

Color convert

RGB 226 148 31 -
CMYK 0 0.35 0.86 0.11
HSL 36º 0.77% 0.5% -
HSV(B) 36º 0.86% 0.89% -
XYZ 42.2 37.45 6.3 -
YUV 157.98 56.34 176.51 -
System Red Green Blue C M Y K H S L
Decimal 226 148 31 0 0.35 0.86 0.11 36 0.77 0.5
Hex E2 94 1F 0 23 56 B 24 4D 32
Octal 342 224 37 0 43 126 13 44 115 62
Binary 11100010 10010100 11111 0 100011 1010110 1011 100100 1001101 110010

Color Harmonies of #E2941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2941F

Black with #E2941F

Text Example


Text Example

White with #E2941F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2941F; }

 p { color: rgb(226,148,31); }

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

background-color css

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

 a { background-color: rgb(226,148,31); }

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

border-color css

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

 span { border-color: rgb(226,148,31); }

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