Html Css Color HEX #E15F0E Persimmon

📋 copy color: '#E15F0E'

red 225 ◦ green 95 ◦ blue 14

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

Shades of Persimmon #E15F0E

Tints of Persimmon #E15F0E

RGB

 RED value IS 225 (88.28% from 255) = 67.37%

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

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

R = 67.37%
G = 28.44%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E15F0E (or 0xE15F0E) is known color: Persimmon. HEX triplet: E1, 5F and 0E. RGB value is (225,95,14). Sum of RGB (Red+Green+Blue) = 225+95+14=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15F0E is #1EA0F1. Grayscale: #7D7D7D. Windows color (decimal): -2007282 or 942049. OLE color: 942049.

HSL color Cylindrical-coordinate representation of color #E15F0E: hue angle of 23.03º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E15F0E is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 95 14 -
CMYK 0 0.58 0.94 0.12
HSL 23.03º 0.88% 0.47% -
HSV(B) 23.03º 0.94% 0.88% -
XYZ 35.22 24.22 3.23 -
YUV 124.64 65.57 199.59 -
System Red Green Blue C M Y K H S L
Decimal 225 95 14 0 0.58 0.94 0.12 23.03 0.88 0.47
Hex E1 5F E 0 3A 5E C 17 58 2F
Octal 341 137 16 0 72 136 14 27 130 57
Binary 11100001 1011111 1110 0 111010 1011110 1100 10111 1011000 101111

Color Harmonies of #E15F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15F0E

Black with #E15F0E

Text Example


Text Example

White with #E15F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15F0E; }

 p { color: rgb(225,95,14); }

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

background-color css

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

 a { background-color: rgb(225,95,14); }

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

border-color css

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

 span { border-color: rgb(225,95,14); }

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