Html Css Color HEX #E38014 Carrot Orange

📋 copy color: '#E38014'

red 227 ◦ green 128 ◦ blue 20

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

Shades of Carrot Orange #E38014

Tints of Carrot Orange #E38014

RGB

 RED value IS 227 (89.06% from 255) = 60.53%

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

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

R = 60.53%
G = 34.13%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E38014 (or 0xE38014) is known color: Carrot Orange. HEX triplet: E3, 80 and 14. RGB value is (227,128,20). Sum of RGB (Red+Green+Blue) = 227+128+20=375 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.53% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 227 - color contains mainly: red. Hex color #E38014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E38014 is #1C7FEB. Grayscale: #919191. Windows color (decimal): -1867756 or 1343715. OLE color: 1343715.

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

Color convert

RGB 227 128 20 -
CMYK 0 0.44 0.91 0.11
HSL 31.3º 0.84% 0.48% -
HSV(B) 31.3º 0.91% 0.89% -
XYZ 39.52 31.82 4.72 -
YUV 145.29 57.3 186.28 -
System Red Green Blue C M Y K H S L
Decimal 227 128 20 0 0.44 0.91 0.11 31.3 0.84 0.48
Hex E3 80 14 0 2C 5B B 1F 54 30
Octal 343 200 24 0 54 133 13 37 124 60
Binary 11100011 10000000 10100 0 101100 1011011 1011 11111 1010100 110000

Color Harmonies of #E38014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38014

Black with #E38014

Text Example


Text Example

White with #E38014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38014; }

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

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

background-color css

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

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

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

border-color css

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

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

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