Html Css Color HEX #E28014 Carrot Orange

📋 copy color: '#E28014'

red 226 ◦ green 128 ◦ blue 20

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

Shades of Carrot Orange #E28014

Tints of Carrot Orange #E28014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.22%

 BLUE value IS 20 (8.2% from 255) = 5.35%

R = 60.43%
G = 34.22%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E28014 (or 0xE28014) is known color: Carrot Orange. HEX triplet: E2, 80 and 14. RGB value is (226,128,20). Sum of RGB (Red+Green+Blue) = 226+128+20=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E28014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28014 is #1D7FEB. Grayscale: #919191. Windows color (decimal): -1933292 or 1343714. OLE color: 1343714.

HSL color Cylindrical-coordinate representation of color #E28014: hue angle of 31.46º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E28014 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 128 20 -
CMYK 0 0.43 0.91 0.11
HSL 31.46º 0.84% 0.48% -
HSV(B) 31.46º 0.91% 0.89% -
XYZ 39.21 31.66 4.71 -
YUV 144.99 57.47 185.78 -
System Red Green Blue C M Y K H S L
Decimal 226 128 20 0 0.43 0.91 0.11 31.46 0.84 0.48
Hex E2 80 14 0 2B 5B B 1F 54 30
Octal 342 200 24 0 53 133 13 37 124 60
Binary 11100010 10000000 10100 0 101011 1011011 1011 11111 1010100 110000

Color Harmonies of #E28014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28014

Black with #E28014

Text Example


Text Example

White with #E28014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28014; }

 p { color: rgb(226,128,20); }

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

background-color css

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

 a { background-color: rgb(226,128,20); }

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

border-color css

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

 span { border-color: rgb(226,128,20); }

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