Html Css Color HEX #E15A0D Persimmon

📋 copy color: '#E15A0D'

red 225 ◦ green 90 ◦ blue 13

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

Shades of Persimmon #E15A0D

Tints of Persimmon #E15A0D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.44%

 BLUE value IS 13 (5.47% from 255) = 3.96%

R = 68.6%
G = 27.44%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E15A0D (or 0xE15A0D) is known color: Persimmon. HEX triplet: E1, 5A and 0D. RGB value is (225,90,13). Sum of RGB (Red+Green+Blue) = 225+90+13=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15A0D is #1EA5F2. Grayscale: #7A7A7A. Windows color (decimal): -2008563 or 875233. OLE color: 875233.

HSL color Cylindrical-coordinate representation of color #E15A0D: hue angle of 21.79º degrees, saturation: 0.89, 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 #E15A0D is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 90 13 -
CMYK 0 0.60 0.94 0.12
HSL 21.79º 0.89% 0.47% -
HSV(B) 21.79º 0.94% 0.88% -
XYZ 34.78 23.35 3.05 -
YUV 121.59 66.73 201.76 -
System Red Green Blue C M Y K H S L
Decimal 225 90 13 0 0.60 0.94 0.12 21.79 0.89 0.47
Hex E1 5A D 0 3C 5E C 16 59 2F
Octal 341 132 15 0 74 136 14 26 131 57
Binary 11100001 1011010 1101 0 111100 1011110 1100 10110 1011001 101111

Color Harmonies of #E15A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15A0D

Black with #E15A0D

Text Example


Text Example

White with #E15A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15A0D; }

 p { color: rgb(225,90,13); }

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

background-color css

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

 a { background-color: rgb(225,90,13); }

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

border-color css

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

 span { border-color: rgb(225,90,13); }

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