Html Css Color HEX #E15600 Persimmon

📋 copy color: '#E15600'

red 225 ◦ green 86 ◦ blue 0

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

Shades of Persimmon #E15600

Tints of Persimmon #E15600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.65%

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

R = 72.35%
G = 27.65%
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

#E15600 (or 0xE15600) is known color: Persimmon. HEX triplet: E1, 56 and 00. RGB value is (225,86,0). Sum of RGB (Red+Green+Blue) = 225+86+0=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E15600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15600 is #1EA9FF. Grayscale: #767676. Windows color (decimal): -2009600 or 22241. OLE color: 22241.

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

Color convert

RGB 225 86 0 -
CMYK 0 0.62 1 0.12
HSL 22.93º 1% 0.44% -
HSV(B) 22.93º 1% 0.88% -
XYZ 34.38 22.66 2.56 -
YUV 117.76 61.55 204.49 -
System Red Green Blue C M Y K H S L
Decimal 225 86 0 0 0.62 1 0.12 22.93 1 0.44
Hex E1 56 0 0 3E 64 C 17 64 2C
Octal 341 126 0 0 76 144 14 27 144 54
Binary 11100001 1010110 0 0 111110 1100100 1100 10111 1100100 101100

Color Harmonies of #E15600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15600

Black with #E15600

Text Example


Text Example

White with #E15600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15600; }

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

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

background-color css

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

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

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

border-color css

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

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

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