Html Css Color HEX #E85F14 Persimmon

📋 copy color: '#E85F14'

red 232 ◦ green 95 ◦ blue 20

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

Shades of Persimmon #E85F14

Tints of Persimmon #E85F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.38%

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

R = 66.86%
G = 27.38%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E85F14 (or 0xE85F14) is known color: Persimmon. HEX triplet: E8, 5F and 14. RGB value is (232,95,20). Sum of RGB (Red+Green+Blue) = 232+95+20=347 (45% of max value = 765). Red value is 232 (91.02% from 255 or 66.86% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85F14 is #17A0EB. Grayscale: #7F7F7F. Windows color (decimal): -1548524 or 1335272. OLE color: 1335272.

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

Color convert

RGB 232 95 20 -
CMYK 0 0.59 0.91 0.09
HSL 21.23º 0.84% 0.49% -
HSV(B) 21.23º 0.91% 0.91% -
XYZ 37.5 25.39 3.59 -
YUV 127.41 67.39 202.6 -
System Red Green Blue C M Y K H S L
Decimal 232 95 20 0 0.59 0.91 0.09 21.23 0.84 0.49
Hex E8 5F 14 0 3B 5B 9 15 54 31
Octal 350 137 24 0 73 133 11 25 124 61
Binary 11101000 1011111 10100 0 111011 1011011 1001 10101 1010100 110001

Color Harmonies of #E85F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F14

Black with #E85F14

Text Example


Text Example

White with #E85F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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