Html Css Color HEX #E28015 Carrot Orange

📋 copy color: '#E28015'

red 226 ◦ green 128 ◦ blue 21

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

Shades of Carrot Orange #E28015

Tints of Carrot Orange #E28015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.6%

R = 60.27%
G = 34.13%
B = 5.6%

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

#E28015 (or 0xE28015) is known color: Carrot Orange. HEX triplet: E2, 80 and 15. RGB value is (226,128,21). Sum of RGB (Red+Green+Blue) = 226+128+21=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E28015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28015 is #1D7FEA. Grayscale: #919191. Windows color (decimal): -1933291 or 1409250. OLE color: 1409250.

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

Color convert

RGB 226 128 21 -
CMYK 0 0.43 0.91 0.11
HSL 31.32º 0.83% 0.48% -
HSV(B) 31.32º 0.91% 0.89% -
XYZ 39.22 31.66 4.75 -
YUV 145.1 57.97 185.7 -
System Red Green Blue C M Y K H S L
Decimal 226 128 21 0 0.43 0.91 0.11 31.32 0.83 0.48
Hex E2 80 15 0 2B 5B B 1F 53 30
Octal 342 200 25 0 53 133 13 37 123 60
Binary 11100010 10000000 10101 0 101011 1011011 1011 11111 1010011 110000

Color Harmonies of #E28015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28015

Black with #E28015

Text Example


Text Example

White with #E28015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28015; }

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

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

background-color css

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

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

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

border-color css

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

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

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