Html Css Color HEX #E08014 Carrot Orange

📋 copy color: '#E08014'

red 224 ◦ green 128 ◦ blue 20

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

Shades of Carrot Orange #E08014

Tints of Carrot Orange #E08014

RGB

 RED value IS 224 (87.89% from 255) = 60.22%

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

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

R = 60.22%
G = 34.41%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E08014 (or 0xE08014) is known color: Carrot Orange. HEX triplet: E0, 80 and 14. RGB value is (224,128,20). Sum of RGB (Red+Green+Blue) = 224+128+20=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E08014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08014 is #1F7FEB. Grayscale: #909090. Windows color (decimal): -2064364 or 1343712. OLE color: 1343712.

HSL color Cylindrical-coordinate representation of color #E08014: hue angle of 31.76º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E08014 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 128 20 -
CMYK 0 0.43 0.91 0.12
HSL 31.76º 0.84% 0.48% -
HSV(B) 31.76º 0.91% 0.88% -
XYZ 38.59 31.34 4.68 -
YUV 144.39 57.8 184.78 -
System Red Green Blue C M Y K H S L
Decimal 224 128 20 0 0.43 0.91 0.12 31.76 0.84 0.48
Hex E0 80 14 0 2B 5B C 20 54 30
Octal 340 200 24 0 53 133 14 40 124 60
Binary 11100000 10000000 10100 0 101011 1011011 1100 100000 1010100 110000

Color Harmonies of #E08014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08014

Black with #E08014

Text Example


Text Example

White with #E08014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08014; }

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

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

background-color css

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

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

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

border-color css

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

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

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