Html Css Color HEX #E28C20 Carrot Orange

📋 copy color: '#E28C20'

red 226 ◦ green 140 ◦ blue 32

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

Shades of Carrot Orange #E28C20

Tints of Carrot Orange #E28C20

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

 BLUE value IS 32 (12.89% from 255) = 8.04%

R = 56.78%
G = 35.18%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E28C20 (or 0xE28C20) is known color: Carrot Orange. HEX triplet: E2, 8C and 20. RGB value is (226,140,32). Sum of RGB (Red+Green+Blue) = 226+140+32=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28C20 is #1D73DF. Grayscale: #999999. Windows color (decimal): -1930208 or 2133218. OLE color: 2133218.

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

Color convert

RGB 226 140 32 -
CMYK 0 0.38 0.86 0.11
HSL 33.4º 0.77% 0.51% -
HSV(B) 33.4º 0.86% 0.89% -
XYZ 41 35.03 5.97 -
YUV 153.4 59.49 179.78 -
System Red Green Blue C M Y K H S L
Decimal 226 140 32 0 0.38 0.86 0.11 33.4 0.77 0.51
Hex E2 8C 20 0 26 56 B 21 4D 33
Octal 342 214 40 0 46 126 13 41 115 63
Binary 11100010 10001100 100000 0 100110 1010110 1011 100001 1001101 110011

Color Harmonies of #E28C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28C20

Black with #E28C20

Text Example


Text Example

White with #E28C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28C20; }

 p { color: rgb(226,140,32); }

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

background-color css

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

 a { background-color: rgb(226,140,32); }

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

border-color css

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

 span { border-color: rgb(226,140,32); }

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