Html Css Color HEX #E2861A Carrot Orange

📋 copy color: '#E2861A'

red 226 ◦ green 134 ◦ blue 26

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

Shades of Carrot Orange #E2861A

Tints of Carrot Orange #E2861A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.72%

 BLUE value IS 26 (10.55% from 255) = 6.74%

R = 58.55%
G = 34.72%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2861A (or 0xE2861A) is known color: Carrot Orange. HEX triplet: E2, 86 and 1A. RGB value is (226,134,26). Sum of RGB (Red+Green+Blue) = 226+134+26=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E2861A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2861A is #1D79E5. Grayscale: #959595. Windows color (decimal): -1931750 or 1738466. OLE color: 1738466.

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

Color convert

RGB 226 134 26 -
CMYK 0 0.41 0.88 0.11
HSL 32.4º 0.79% 0.49% -
HSV(B) 32.4º 0.88% 0.89% -
XYZ 40.08 33.29 5.29 -
YUV 149.2 58.48 182.78 -
System Red Green Blue C M Y K H S L
Decimal 226 134 26 0 0.41 0.88 0.11 32.4 0.79 0.49
Hex E2 86 1A 0 29 58 B 20 4F 31
Octal 342 206 32 0 51 130 13 40 117 61
Binary 11100010 10000110 11010 0 101001 1011000 1011 100000 1001111 110001

Color Harmonies of #E2861A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2861A

Black with #E2861A

Text Example


Text Example

White with #E2861A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2861A; }

 p { color: rgb(226,134,26); }

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

background-color css

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

 a { background-color: rgb(226,134,26); }

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

border-color css

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

 span { border-color: rgb(226,134,26); }

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