Html Css Color HEX #E94A11 Persimmon

📋 copy color: '#E94A11'

red 233 ◦ green 74 ◦ blue 17

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

Shades of Persimmon #E94A11

Tints of Persimmon #E94A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.84%

 BLUE value IS 17 (7.03% from 255) = 5.25%

R = 71.91%
G = 22.84%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E94A11 (or 0xE94A11) is known color: Persimmon. HEX triplet: E9, 4A and 11. RGB value is (233,74,17). Sum of RGB (Red+Green+Blue) = 233+74+17=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94A11 is #16B5EE. Grayscale: #737373. Windows color (decimal): -1488367 or 1133289. OLE color: 1133289.

HSL color Cylindrical-coordinate representation of color #E94A11: hue angle of 15.83º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E94A11 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 74 17 -
CMYK 0 0.68 0.93 0.09
HSL 15.83º 0.86% 0.49% -
HSV(B) 15.83º 0.93% 0.91% -
XYZ 36.15 22.26 2.92 -
YUV 115.04 72.68 212.13 -
System Red Green Blue C M Y K H S L
Decimal 233 74 17 0 0.68 0.93 0.09 15.83 0.86 0.49
Hex E9 4A 11 0 44 5D 9 10 56 31
Octal 351 112 21 0 104 135 11 20 126 61
Binary 11101001 1001010 10001 0 1000100 1011101 1001 10000 1010110 110001

Color Harmonies of #E94A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A11

Black with #E94A11

Text Example


Text Example

White with #E94A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A11; }

 p { color: rgb(233,74,17); }

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

background-color css

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

 a { background-color: rgb(233,74,17); }

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

border-color css

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

 span { border-color: rgb(233,74,17); }

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