Html Css Color HEX #E2811F Carrot Orange

📋 copy color: '#E2811F'

red 226 ◦ green 129 ◦ blue 31

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

Shades of Carrot Orange #E2811F

Tints of Carrot Orange #E2811F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.42%

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

R = 58.55%
G = 33.42%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2811F (or 0xE2811F) is known color: Carrot Orange. HEX triplet: E2, 81 and 1F. RGB value is (226,129,31). Sum of RGB (Red+Green+Blue) = 226+129+31=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E2811F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2811F is #1D7EE0. Grayscale: #939393. Windows color (decimal): -1933025 or 2064866. OLE color: 2064866.

HSL color Cylindrical-coordinate representation of color #E2811F: hue angle of 30.15º 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 #E2811F is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 129 31 -
CMYK 0 0.43 0.86 0.11
HSL 30.15º 0.77% 0.5% -
HSV(B) 30.15º 0.86% 0.89% -
XYZ 39.46 31.97 5.39 -
YUV 146.83 62.64 184.47 -
System Red Green Blue C M Y K H S L
Decimal 226 129 31 0 0.43 0.86 0.11 30.15 0.77 0.5
Hex E2 81 1F 0 2B 56 B 1E 4D 32
Octal 342 201 37 0 53 126 13 36 115 62
Binary 11100010 10000001 11111 0 101011 1010110 1011 11110 1001101 110010

Color Harmonies of #E2811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2811F

Black with #E2811F

Text Example


Text Example

White with #E2811F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2811F; }

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

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

background-color css

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

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

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

border-color css

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

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

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