Html Css Color HEX #E18014 Carrot Orange

📋 copy color: '#E18014'

red 225 ◦ green 128 ◦ blue 20

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

Shades of Carrot Orange #E18014

Tints of Carrot Orange #E18014

RGB

 RED value IS 225 (88.28% from 255) = 60.32%

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

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

R = 60.32%
G = 34.32%
B = 5.36%

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

#E18014 (or 0xE18014) is known color: Carrot Orange. HEX triplet: E1, 80 and 14. RGB value is (225,128,20). Sum of RGB (Red+Green+Blue) = 225+128+20=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E18014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18014 is #1E7FEB. Grayscale: #919191. Windows color (decimal): -1998828 or 1343713. OLE color: 1343713.

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

Color convert

RGB 225 128 20 -
CMYK 0 0.43 0.91 0.12
HSL 31.61º 0.84% 0.48% -
HSV(B) 31.61º 0.91% 0.88% -
XYZ 38.9 31.5 4.69 -
YUV 144.69 57.64 185.28 -
System Red Green Blue C M Y K H S L
Decimal 225 128 20 0 0.43 0.91 0.12 31.61 0.84 0.48
Hex E1 80 14 0 2B 5B C 20 54 30
Octal 341 200 24 0 53 133 14 40 124 60
Binary 11100001 10000000 10100 0 101011 1011011 1100 100000 1010100 110000

Color Harmonies of #E18014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18014

Black with #E18014

Text Example


Text Example

White with #E18014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18014; }

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

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

background-color css

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

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

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

border-color css

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

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

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