Html Css Color HEX #E15F03 Persimmon

📋 copy color: '#E15F03'

red 225 ◦ green 95 ◦ blue 3

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

Shades of Persimmon #E15F03

Tints of Persimmon #E15F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 69.66%
G = 29.41%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E15F03 (or 0xE15F03) is known color: Persimmon. HEX triplet: E1, 5F and 03. RGB value is (225,95,3). Sum of RGB (Red+Green+Blue) = 225+95+3=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15F03 is #1EA0FC. Grayscale: #7B7B7B. Windows color (decimal): -2007293 or 221153. OLE color: 221153.

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

Color convert

RGB 225 95 3 -
CMYK 0 0.58 0.99 0.12
HSL 24.86º 0.97% 0.45% -
HSV(B) 24.86º 0.99% 0.88% -
XYZ 35.16 24.2 2.9 -
YUV 123.38 60.07 200.48 -
System Red Green Blue C M Y K H S L
Decimal 225 95 3 0 0.58 0.99 0.12 24.86 0.97 0.45
Hex E1 5F 3 0 3A 63 C 19 61 2D
Octal 341 137 3 0 72 143 14 31 141 55
Binary 11100001 1011111 11 0 111010 1100011 1100 11001 1100001 101101

Color Harmonies of #E15F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15F03

Black with #E15F03

Text Example


Text Example

White with #E15F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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