Html Css Color HEX #E98314 Carrot Orange

📋 copy color: '#E98314'

red 233 ◦ green 131 ◦ blue 20

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

Shades of Carrot Orange #E98314

Tints of Carrot Orange #E98314

RGB

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

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

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

R = 60.68%
G = 34.11%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E98314 (or 0xE98314) is known color: Carrot Orange. HEX triplet: E9, 83 and 14. RGB value is (233,131,20). Sum of RGB (Red+Green+Blue) = 233+131+20=384 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.68% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 233 - color contains mainly: red. Hex color #E98314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E98314 is #167CEB. Grayscale: #959595. Windows color (decimal): -1473772 or 1344489. OLE color: 1344489.

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

Color convert

RGB 233 131 20 -
CMYK 0 0.44 0.91 0.09
HSL 31.27º 0.84% 0.5% -
HSV(B) 31.27º 0.91% 0.91% -
XYZ 41.85 33.61 4.94 -
YUV 148.84 55.29 188.03 -
System Red Green Blue C M Y K H S L
Decimal 233 131 20 0 0.44 0.91 0.09 31.27 0.84 0.5
Hex E9 83 14 0 2C 5B 9 1F 54 32
Octal 351 203 24 0 54 133 11 37 124 62
Binary 11101001 10000011 10100 0 101100 1011011 1001 11111 1010100 110010

Color Harmonies of #E98314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98314

Black with #E98314

Text Example


Text Example

White with #E98314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98314; }

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

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

background-color css

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

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

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

border-color css

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

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

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