#E64B01

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

Shades of Persimmon #E64B01

Tints of Persimmon #E64B01

Color information

#E64B01 (or 0xE64B01) is unknown color: approx Persimmon. HEX triplet: E6, 4B and 01. RGB value is (230,75,1). Sum of RGB (Red+Green+Blue) = 230+75+1=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64B01 is #19B4FE. Grayscale: #717171. Windows color (decimal): -1684735 or 84966. OLE color: 84966.

HSL color Cylindrical-coordinate representation of color #E64B01: hue angle of 19.39º 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 #E64B01 is Cyan = 0, Magento = 0.67, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB230751-
CMYK00.671.000.10
HSL19.39º99.13%45.29%-
HSV(B)19.39º99.57%90.2%-
XYZ35.1521.862.39-
YUV112.9164.85211.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 75.16%
GREEN value IS 75 (29.69% from 255) = 24.51%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=75.16%
G=24.51%
B=0.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23075100.671.000.1019.3999.1345.29
HexE64B104364A13632d
Octal34611310103144122314355
Binary11100110100101110100001111001001010100111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64B01; }

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

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

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

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

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

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

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

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