Html Css Color HEX #E84914 Persimmon

📋 copy color: '#E84914'

red 232 ◦ green 73 ◦ blue 20

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

Shades of Persimmon #E84914

Tints of Persimmon #E84914

RGB

 RED value IS 232 (91.02% from 255) = 71.38%

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

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

R = 71.38%
G = 22.46%
B = 6.15%

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

#E84914 (or 0xE84914) is known color: Persimmon. HEX triplet: E8, 49 and 14. RGB value is (232,73,20). Sum of RGB (Red+Green+Blue) = 232+73+20=325 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.38% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 232 - color contains mainly: red. Hex color #E84914 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E84914 is #17B6EB. Grayscale: #727272. Windows color (decimal): -1554156 or 1329640. OLE color: 1329640.

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

Color convert

RGB 232 73 20 -
CMYK 0 0.69 0.91 0.09
HSL 15º 0.84% 0.49% -
HSV(B) 15º 0.91% 0.91% -
XYZ 35.79 21.97 3.02 -
YUV 114.5 74.68 211.81 -
System Red Green Blue C M Y K H S L
Decimal 232 73 20 0 0.69 0.91 0.09 15 0.84 0.49
Hex E8 49 14 0 45 5B 9 F 54 31
Octal 350 111 24 0 105 133 11 17 124 61
Binary 11101000 1001001 10100 0 1000101 1011011 1001 1111 1010100 110001

Color Harmonies of #E84914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84914

Black with #E84914

Text Example


Text Example

White with #E84914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84914; }

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

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

background-color css

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

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

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

border-color css

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

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

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