Html Css Color HEX #E15A03 Persimmon

📋 copy color: '#E15A03'

red 225 ◦ green 90 ◦ blue 3

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

Shades of Persimmon #E15A03

Tints of Persimmon #E15A03

RGB

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

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

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

R = 70.75%
G = 28.3%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E15A03 (or 0xE15A03) is known color: Persimmon. HEX triplet: E1, 5A and 03. RGB value is (225,90,3). Sum of RGB (Red+Green+Blue) = 225+90+3=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15A03 is #1EA5FC. Grayscale: #787878. Windows color (decimal): -2008573 or 219873. OLE color: 219873.

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

Color convert

RGB 225 90 3 -
CMYK 0 0.60 0.99 0.12
HSL 23.51º 0.97% 0.45% -
HSV(B) 23.51º 0.99% 0.88% -
XYZ 34.72 23.33 2.76 -
YUV 120.45 61.73 202.57 -
System Red Green Blue C M Y K H S L
Decimal 225 90 3 0 0.60 0.99 0.12 23.51 0.97 0.45
Hex E1 5A 3 0 3C 63 C 18 61 2D
Octal 341 132 3 0 74 143 14 30 141 55
Binary 11100001 1011010 11 0 111100 1100011 1100 11000 1100001 101101

Color Harmonies of #E15A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15A03

Black with #E15A03

Text Example


Text Example

White with #E15A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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