Html Css Color HEX #E94914 Persimmon

📋 copy color: '#E94914'

red 233 ◦ green 73 ◦ blue 20

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

Shades of Persimmon #E94914

Tints of Persimmon #E94914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.39%

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

R = 71.47%
G = 22.39%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E94914 (or 0xE94914) is known color: Persimmon. HEX triplet: E9, 49 and 14. RGB value is (233,73,20). Sum of RGB (Red+Green+Blue) = 233+73+20=326 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.47% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 233 - color contains mainly: red. Hex color #E94914 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94914 is #16B6EB. Grayscale: #737373. Windows color (decimal): -1488620 or 1329641. OLE color: 1329641.

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

Color convert

RGB 233 73 20 -
CMYK 0 0.69 0.91 0.09
HSL 14.93º 0.84% 0.5% -
HSV(B) 14.93º 0.91% 0.91% -
XYZ 36.11 22.14 3.03 -
YUV 114.8 74.51 212.31 -
System Red Green Blue C M Y K H S L
Decimal 233 73 20 0 0.69 0.91 0.09 14.93 0.84 0.5
Hex E9 49 14 0 45 5B 9 F 54 32
Octal 351 111 24 0 105 133 11 17 124 62
Binary 11101001 1001001 10100 0 1000101 1011011 1001 1111 1010100 110010

Color Harmonies of #E94914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94914

Black with #E94914

Text Example


Text Example

White with #E94914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94914; }

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

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

background-color css

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

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

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

border-color css

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

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

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