Html Css Color HEX #E15D0A Persimmon

📋 copy color: '#E15D0A'

red 225 ◦ green 93 ◦ blue 10

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

Shades of Persimmon #E15D0A

Tints of Persimmon #E15D0A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.35%

 BLUE value IS 10 (4.3% from 255) = 3.05%

R = 68.6%
G = 28.35%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E15D0A (or 0xE15D0A) is known color: Persimmon. HEX triplet: E1, 5D and 0A. RGB value is (225,93,10). Sum of RGB (Red+Green+Blue) = 225+93+10=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15D0A is #1EA2F5. Grayscale: #7B7B7B. Windows color (decimal): -2007798 or 679393. OLE color: 679393.

HSL color Cylindrical-coordinate representation of color #E15D0A: hue angle of 23.16º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E15D0A is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 93 10 -
CMYK 0 0.59 0.96 0.12
HSL 23.16º 0.91% 0.46% -
HSV(B) 23.16º 0.96% 0.88% -
XYZ 35.02 23.86 3.05 -
YUV 123.01 64.23 200.75 -
System Red Green Blue C M Y K H S L
Decimal 225 93 10 0 0.59 0.96 0.12 23.16 0.91 0.46
Hex E1 5D A 0 3B 60 C 17 5B 2E
Octal 341 135 12 0 73 140 14 27 133 56
Binary 11100001 1011101 1010 0 111011 1100000 1100 10111 1011011 101110

Color Harmonies of #E15D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15D0A

Black with #E15D0A

Text Example


Text Example

White with #E15D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15D0A; }

 p { color: rgb(225,93,10); }

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

background-color css

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

 a { background-color: rgb(225,93,10); }

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

border-color css

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

 span { border-color: rgb(225,93,10); }

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