Html Css Color HEX #E94F11 Persimmon

📋 copy color: '#E94F11'

red 233 ◦ green 79 ◦ blue 17

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

Shades of Persimmon #E94F11

Tints of Persimmon #E94F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.01%

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

R = 70.82%
G = 24.01%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E94F11 (or 0xE94F11) is known color: Persimmon. HEX triplet: E9, 4F and 11. RGB value is (233,79,17). Sum of RGB (Red+Green+Blue) = 233+79+17=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94F11 is #16B0EE. Grayscale: #767676. Windows color (decimal): -1487087 or 1134569. OLE color: 1134569.

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

Color convert

RGB 233 79 17 -
CMYK 0 0.66 0.93 0.09
HSL 17.22º 0.86% 0.49% -
HSV(B) 17.22º 0.93% 0.91% -
XYZ 36.5 22.96 3.04 -
YUV 117.98 71.02 210.04 -
System Red Green Blue C M Y K H S L
Decimal 233 79 17 0 0.66 0.93 0.09 17.22 0.86 0.49
Hex E9 4F 11 0 42 5D 9 11 56 31
Octal 351 117 21 0 102 135 11 21 126 61
Binary 11101001 1001111 10001 0 1000010 1011101 1001 10001 1010110 110001

Color Harmonies of #E94F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94F11

Black with #E94F11

Text Example


Text Example

White with #E94F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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