Html Css Color HEX #E98014 Carrot Orange

📋 copy color: '#E98014'

red 233 ◦ green 128 ◦ blue 20

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

Shades of Carrot Orange #E98014

Tints of Carrot Orange #E98014

RGB

 RED value IS 233 (91.41% from 255) = 61.15%

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

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

R = 61.15%
G = 33.6%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E98014 (or 0xE98014) is known color: Carrot Orange. HEX triplet: E9, 80 and 14. RGB value is (233,128,20). Sum of RGB (Red+Green+Blue) = 233+128+20=381 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.15% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 233 - color contains mainly: red. Hex color #E98014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E98014 is #167FEB. Grayscale: #939393. Windows color (decimal): -1474540 or 1343721. OLE color: 1343721.

HSL color Cylindrical-coordinate representation of color #E98014: hue angle of 30.42º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E98014 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 128 20 -
CMYK 0 0.45 0.91 0.09
HSL 30.42º 0.84% 0.5% -
HSV(B) 30.42º 0.91% 0.91% -
XYZ 41.45 32.81 4.81 -
YUV 147.08 56.29 189.28 -
System Red Green Blue C M Y K H S L
Decimal 233 128 20 0 0.45 0.91 0.09 30.42 0.84 0.5
Hex E9 80 14 0 2D 5B 9 1E 54 32
Octal 351 200 24 0 55 133 11 36 124 62
Binary 11101001 10000000 10100 0 101101 1011011 1001 11110 1010100 110010

Color Harmonies of #E98014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98014

Black with #E98014

Text Example


Text Example

White with #E98014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98014; }

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

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

background-color css

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

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

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

border-color css

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

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

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