Html Css Color HEX #E94200 Orange Red

📋 copy color: '#E94200'

red 233 ◦ green 66 ◦ blue 0

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

Shades of Orange Red #E94200

Tints of Orange Red #E94200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.93%
G = 22.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E94200 (or 0xE94200) is known color: Orange Red. HEX triplet: E9, 42 and 00. RGB value is (233,66,0). Sum of RGB (Red+Green+Blue) = 233+66+0=299 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.93% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 233 - color contains mainly: red. Hex color #E94200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94200 is #16BDFF. Grayscale: #6C6C6C. Windows color (decimal): -1490432 or 17129. OLE color: 17129.

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

Color convert

RGB 233 66 0 -
CMYK 0 0.72 1 0.09
HSL 17º 1% 0.46% -
HSV(B) 17º 1% 0.91% -
XYZ 35.55 21.22 2.22 -
YUV 108.41 66.83 216.87 -
System Red Green Blue C M Y K H S L
Decimal 233 66 0 0 0.72 1 0.09 17 1 0.46
Hex E9 42 0 0 48 64 9 11 64 2E
Octal 351 102 0 0 110 144 11 21 144 56
Binary 11101001 1000010 0 0 1001000 1100100 1001 10001 1100100 101110

Color Harmonies of #E94200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94200

Black with #E94200

Text Example


Text Example

White with #E94200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94200; }

 p { color: rgb(233,66,0); }

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

background-color css

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

 a { background-color: rgb(233,66,0); }

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

border-color css

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

 span { border-color: rgb(233,66,0); }

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