Html Css Color HEX #E28222 Carrot Orange

📋 copy color: '#E28222'

red 226 ◦ green 130 ◦ blue 34

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

Shades of Carrot Orange #E28222

Tints of Carrot Orange #E28222

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.33%

 BLUE value IS 34 (13.67% from 255) = 8.72%

R = 57.95%
G = 33.33%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E28222 (or 0xE28222) is known color: Carrot Orange. HEX triplet: E2, 82 and 22. RGB value is (226,130,34). Sum of RGB (Red+Green+Blue) = 226+130+34=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 34 (13.67% from 255 or 8.72% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E28222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28222 is #1D7DDD. Grayscale: #949494. Windows color (decimal): -1932766 or 2261730. OLE color: 2261730.

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

Color convert

RGB 226 130 34 -
CMYK 0 0.42 0.85 0.11
HSL 30º 0.77% 0.51% -
HSV(B) 30º 0.85% 0.89% -
XYZ 39.64 32.25 5.65 -
YUV 147.76 63.8 183.81 -
System Red Green Blue C M Y K H S L
Decimal 226 130 34 0 0.42 0.85 0.11 30 0.77 0.51
Hex E2 82 22 0 2A 55 B 1E 4D 33
Octal 342 202 42 0 52 125 13 36 115 63
Binary 11100010 10000010 100010 0 101010 1010101 1011 11110 1001101 110011

Color Harmonies of #E28222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28222

Black with #E28222

Text Example


Text Example

White with #E28222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28222; }

 p { color: rgb(226,130,34); }

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

background-color css

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

 a { background-color: rgb(226,130,34); }

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

border-color css

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

 span { border-color: rgb(226,130,34); }

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