Html Css Color HEX #E98214 Carrot Orange

📋 copy color: '#E98214'

red 233 ◦ green 130 ◦ blue 20

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

Shades of Carrot Orange #E98214

Tints of Carrot Orange #E98214

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.94%

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

R = 60.84%
G = 33.94%
B = 5.22%

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

#E98214 (or 0xE98214) is known color: Carrot Orange. HEX triplet: E9, 82 and 14. RGB value is (233,130,20). Sum of RGB (Red+Green+Blue) = 233+130+20=383 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.84% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 233 - color contains mainly: red. Hex color #E98214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E98214 is #167DEB. Grayscale: #949494. Windows color (decimal): -1474028 or 1344233. OLE color: 1344233.

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

Color convert

RGB 233 130 20 -
CMYK 0 0.44 0.91 0.09
HSL 30.99º 0.84% 0.5% -
HSV(B) 30.99º 0.91% 0.91% -
XYZ 41.71 33.34 4.9 -
YUV 148.26 55.62 188.44 -
System Red Green Blue C M Y K H S L
Decimal 233 130 20 0 0.44 0.91 0.09 30.99 0.84 0.5
Hex E9 82 14 0 2C 5B 9 1F 54 32
Octal 351 202 24 0 54 133 11 37 124 62
Binary 11101001 10000010 10100 0 101100 1011011 1001 11111 1010100 110010

Color Harmonies of #E98214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98214

Black with #E98214

Text Example


Text Example

White with #E98214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98214; }

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

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

background-color css

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

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

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

border-color css

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

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

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