Html Css Color HEX #E65113 Persimmon

📋 copy color: '#E65113'

red 230 ◦ green 81 ◦ blue 19

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

Shades of Persimmon #E65113

Tints of Persimmon #E65113

RGB

 RED value IS 230 (90.23% from 255) = 69.7%

 GREEN value IS 81 (32.03% from 255) = 24.55%

 BLUE value IS 19 (7.81% from 255) = 5.76%

R = 69.7%
G = 24.55%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E65113 (or 0xE65113) is known color: Persimmon. HEX triplet: E6, 51 and 13. RGB value is (230,81,19). Sum of RGB (Red+Green+Blue) = 230+81+19=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E65113 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65113 is #19AEEC. Grayscale: #767676. Windows color (decimal): -1683181 or 1266150. OLE color: 1266150.

HSL color Cylindrical-coordinate representation of color #E65113: hue angle of 17.63º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E65113 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 81 19 -
CMYK 0 0.65 0.92 0.10
HSL 17.63º 0.85% 0.49% -
HSV(B) 17.63º 0.92% 0.9% -
XYZ 35.69 22.75 3.13 -
YUV 118.48 71.86 207.54 -
System Red Green Blue C M Y K H S L
Decimal 230 81 19 0 0.65 0.92 0.10 17.63 0.85 0.49
Hex E6 51 13 0 41 5C A 12 55 31
Octal 346 121 23 0 101 134 12 22 125 61
Binary 11100110 1010001 10011 0 1000001 1011100 1010 10010 1010101 110001

Color Harmonies of #E65113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65113

Black with #E65113

Text Example


Text Example

White with #E65113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65113; }

 p { color: rgb(230,81,19); }

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

background-color css

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

 a { background-color: rgb(230,81,19); }

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

border-color css

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

 span { border-color: rgb(230,81,19); }

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