Html Css Color HEX #E28A20 Carrot Orange

📋 copy color: '#E28A20'

red 226 ◦ green 138 ◦ blue 32

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

Shades of Carrot Orange #E28A20

Tints of Carrot Orange #E28A20

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.85%

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

R = 57.07%
G = 34.85%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E28A20 (or 0xE28A20) is known color: Carrot Orange. HEX triplet: E2, 8A and 20. RGB value is (226,138,32). Sum of RGB (Red+Green+Blue) = 226+138+32=396 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.07% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28A20 is #1D75DF. Grayscale: #989898. Windows color (decimal): -1930720 or 2132706. OLE color: 2132706.

HSL color Cylindrical-coordinate representation of color #E28A20: hue angle of 32.78º 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 #E28A20 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 138 32 -
CMYK 0 0.39 0.86 0.11
HSL 32.78º 0.77% 0.51% -
HSV(B) 32.78º 0.86% 0.89% -
XYZ 40.71 34.45 5.87 -
YUV 152.23 60.15 180.62 -
System Red Green Blue C M Y K H S L
Decimal 226 138 32 0 0.39 0.86 0.11 32.78 0.77 0.51
Hex E2 8A 20 0 27 56 B 21 4D 33
Octal 342 212 40 0 47 126 13 41 115 63
Binary 11100010 10001010 100000 0 100111 1010110 1011 100001 1001101 110011

Color Harmonies of #E28A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28A20

Black with #E28A20

Text Example


Text Example

White with #E28A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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