#E7640A

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

Shades of Persimmon #E7640A

Tints of Persimmon #E7640A

Color information

#E7640A (or 0xE7640A) is unknown color: approx Persimmon. HEX triplet: E7, 64 and 0A. RGB value is (231,100,10). Sum of RGB (Red+Green+Blue) = 231+100+10=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E7640A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7640A is #189BF5. Grayscale: #818181. Windows color (decimal): -1612790 or 681191. OLE color: 681191.

HSL color Cylindrical-coordinate representation of color #E7640A: hue angle of 24.43º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E7640A is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB23110010-
CMYK00.570.960.09
HSL24.43º91.7%47.25%-
HSV(B)24.43º95.67%90.59%-
XYZ37.5726.133.35-
YUV128.9160.9200.82-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 67.74%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 10 (4.30% from 255) = 2.93%
R=67.74%
G=29.33%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.96
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311001000.570.960.0924.4391.747.25
HexE764A039609185c2f
Octal34714412071140113013457
Binary1110011111001001010011100111000001001110001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7640A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7640A; }

 p { color: rgb(231,100,10); }

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

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

 a { background-color: rgb(231,100,10); }

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

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

 span { border-color: rgb(231,100,10); }

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