#E65B01

Color #E65B01 Persimmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persimmon #E65B01

Tints of Persimmon #E65B01

Color information

#E65B01 (or 0xE65B01) is unknown color: approx Persimmon. HEX triplet: E6, 5B and 01. RGB value is (230,91,1). Sum of RGB (Red+Green+Blue) = 230+91+1=322 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.43% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 230 - color contains mainly: red. Hex color #E65B01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65B01 is #19A4FE. Grayscale: #7A7A7A. Windows color (decimal): -1680639 or 89062. OLE color: 89062.

HSL color Cylindrical-coordinate representation of color #E65B01: hue angle of 23.58º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E65B01 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB230911-
CMYK00.601.000.10
HSL23.58º99.13%45.29%-
HSV(B)23.58º99.57%90.2%-
XYZ36.3824.312.8-
YUV122.359.55204.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 71.43%
GREEN value IS 91 (35.94% from 255) = 28.26%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=71.43%
G=28.26%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23091100.601.000.1023.5899.1345.29
HexE65B103C64A18632d
Octal3461331074144123014355
Binary1110011010110111011110011001001010110001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65B01; }

 p { color: rgb(230,91,1); }

 H1.HeaderClassName
 {
   color: #E65B01;
 }
 .AnyTagClassName
 {
   color: #E65B01;
 }
</style>
background-color css

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

 a { background-color: rgb(230,91,1); }

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

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

 span { border-color: rgb(230,91,1); }

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