Html Css Color HEX #E28614 Carrot Orange

📋 copy color: '#E28614'

red 226 ◦ green 134 ◦ blue 20

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

Shades of Carrot Orange #E28614

Tints of Carrot Orange #E28614

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.26%

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

R = 59.47%
G = 35.26%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E28614 (or 0xE28614) is known color: Carrot Orange. HEX triplet: E2, 86 and 14. RGB value is (226,134,20). Sum of RGB (Red+Green+Blue) = 226+134+20=380 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.47% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 226 - color contains mainly: red. Hex color #E28614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28614 is #1D79EB. Grayscale: #959595. Windows color (decimal): -1931756 or 1345250. OLE color: 1345250.

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

Color convert

RGB 226 134 20 -
CMYK 0 0.41 0.91 0.11
HSL 33.2º 0.84% 0.48% -
HSV(B) 33.2º 0.91% 0.89% -
XYZ 40.02 33.27 4.97 -
YUV 148.51 55.48 183.27 -
System Red Green Blue C M Y K H S L
Decimal 226 134 20 0 0.41 0.91 0.11 33.2 0.84 0.48
Hex E2 86 14 0 29 5B B 21 54 30
Octal 342 206 24 0 51 133 13 41 124 60
Binary 11100010 10000110 10100 0 101001 1011011 1011 100001 1010100 110000

Color Harmonies of #E28614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28614

Black with #E28614

Text Example


Text Example

White with #E28614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28614; }

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

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

background-color css

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

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

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

border-color css

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

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

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