Html Css Color HEX #E15500 Persimmon

📋 copy color: '#E15500'

red 225 ◦ green 85 ◦ blue 0

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

Shades of Persimmon #E15500

Tints of Persimmon #E15500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.58%
G = 27.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E15500 (or 0xE15500) is known color: Persimmon. HEX triplet: E1, 55 and 00. RGB value is (225,85,0). Sum of RGB (Red+Green+Blue) = 225+85+0=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E15500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15500 is #1EAAFF. Grayscale: #757575. Windows color (decimal): -2009856 or 21985. OLE color: 21985.

HSL color Cylindrical-coordinate representation of color #E15500: hue angle of 22.67º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E15500 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 85 0 -
CMYK 0 0.62 1 0.12
HSL 22.67º 1% 0.44% -
HSV(B) 22.67º 1% 0.88% -
XYZ 34.3 22.5 2.54 -
YUV 117.17 61.88 204.91 -
System Red Green Blue C M Y K H S L
Decimal 225 85 0 0 0.62 1 0.12 22.67 1 0.44
Hex E1 55 0 0 3E 64 C 17 64 2C
Octal 341 125 0 0 76 144 14 27 144 54
Binary 11100001 1010101 0 0 111110 1100100 1100 10111 1100100 101100

Color Harmonies of #E15500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15500

Black with #E15500

Text Example


Text Example

White with #E15500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15500; }

 p { color: rgb(225,85,0); }

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

background-color css

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

 a { background-color: rgb(225,85,0); }

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

border-color css

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

 span { border-color: rgb(225,85,0); }

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