Html Css Color HEX #E15D04 Persimmon

📋 copy color: '#E15D04'

red 225 ◦ green 93 ◦ blue 4

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

Shades of Persimmon #E15D04

Tints of Persimmon #E15D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 69.88%
G = 28.88%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E15D04 (or 0xE15D04) is known color: Persimmon. HEX triplet: E1, 5D and 04. RGB value is (225,93,4). Sum of RGB (Red+Green+Blue) = 225+93+4=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15D04 is #1EA2FB. Grayscale: #7A7A7A. Windows color (decimal): -2007804 or 286177. OLE color: 286177.

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

Color convert

RGB 225 93 4 -
CMYK 0 0.59 0.98 0.12
HSL 24.16º 0.97% 0.45% -
HSV(B) 24.16º 0.98% 0.88% -
XYZ 34.99 23.85 2.87 -
YUV 122.32 61.23 201.24 -
System Red Green Blue C M Y K H S L
Decimal 225 93 4 0 0.59 0.98 0.12 24.16 0.97 0.45
Hex E1 5D 4 0 3B 62 C 18 61 2D
Octal 341 135 4 0 73 142 14 30 141 55
Binary 11100001 1011101 100 0 111011 1100010 1100 11000 1100001 101101

Color Harmonies of #E15D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15D04

Black with #E15D04

Text Example


Text Example

White with #E15D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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