Html Css Color HEX #E84A0E Persimmon

📋 copy color: '#E84A0E'

red 232 ◦ green 74 ◦ blue 14

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

Shades of Persimmon #E84A0E

Tints of Persimmon #E84A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.38%

R = 72.5%
G = 23.13%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E84A0E (or 0xE84A0E) is known color: Persimmon. HEX triplet: E8, 4A and 0E. RGB value is (232,74,14). Sum of RGB (Red+Green+Blue) = 232+74+14=320 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.5% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E84A0E is #17B5F1. Grayscale: #727272. Windows color (decimal): -1553906 or 936680. OLE color: 936680.

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

Color convert

RGB 232 74 14 -
CMYK 0 0.68 0.94 0.09
HSL 16.51º 0.89% 0.48% -
HSV(B) 16.51º 0.94% 0.91% -
XYZ 35.81 22.09 2.79 -
YUV 114.4 71.35 211.88 -
System Red Green Blue C M Y K H S L
Decimal 232 74 14 0 0.68 0.94 0.09 16.51 0.89 0.48
Hex E8 4A E 0 44 5E 9 11 59 30
Octal 350 112 16 0 104 136 11 21 131 60
Binary 11101000 1001010 1110 0 1000100 1011110 1001 10001 1011001 110000

Color Harmonies of #E84A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84A0E

Black with #E84A0E

Text Example


Text Example

White with #E84A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84A0E; }

 p { color: rgb(232,74,14); }

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

background-color css

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

 a { background-color: rgb(232,74,14); }

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

border-color css

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

 span { border-color: rgb(232,74,14); }

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