Html Css Color HEX #E28314 Carrot Orange

📋 copy color: '#E28314'

red 226 ◦ green 131 ◦ blue 20

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

Shades of Carrot Orange #E28314

Tints of Carrot Orange #E28314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

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

R = 59.95%
G = 34.75%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E28314 (or 0xE28314) is known color: Carrot Orange. HEX triplet: E2, 83 and 14. RGB value is (226,131,20). Sum of RGB (Red+Green+Blue) = 226+131+20=377 (49% of max value = 765). Red value is 226 (88.67% from 255 or 59.95% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 226 - color contains mainly: red. Hex color #E28314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28314 is #1D7CEB. Grayscale: #939393. Windows color (decimal): -1932524 or 1344482. OLE color: 1344482.

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

Color convert

RGB 226 131 20 -
CMYK 0 0.42 0.91 0.11
HSL 32.33º 0.84% 0.48% -
HSV(B) 32.33º 0.91% 0.89% -
XYZ 39.61 32.45 4.84 -
YUV 146.75 56.47 184.53 -
System Red Green Blue C M Y K H S L
Decimal 226 131 20 0 0.42 0.91 0.11 32.33 0.84 0.48
Hex E2 83 14 0 2A 5B B 20 54 30
Octal 342 203 24 0 52 133 13 40 124 60
Binary 11100010 10000011 10100 0 101010 1011011 1011 100000 1010100 110000

Color Harmonies of #E28314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28314

Black with #E28314

Text Example


Text Example

White with #E28314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28314; }

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

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

background-color css

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

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

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

border-color css

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

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

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