#E7630A

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

Shades of Persimmon #E7630A

Tints of Persimmon #E7630A

Color information

#E7630A (or 0xE7630A) is unknown color: approx Persimmon. HEX triplet: E7, 63 and 0A. RGB value is (231,99,10). Sum of RGB (Red+Green+Blue) = 231+99+10=340 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.94% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 231 - color contains mainly: red. Hex color #E7630A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7630A is #189CF5. Grayscale: #808080. Windows color (decimal): -1613046 or 680935. OLE color: 680935.

HSL color Cylindrical-coordinate representation of color #E7630A: hue angle of 24.16º 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 #E7630A is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB2319910-
CMYK00.570.960.09
HSL24.16º91.7%47.25%-
HSV(B)24.16º95.67%90.59%-
XYZ37.4725.933.32-
YUV128.3261.23201.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 67.94%
GREEN value IS 99 (39.06% from 255) = 29.12%
BLUE value IS 10 (4.30% from 255) = 2.94%
R=67.94%
G=29.12%
B=2.94%

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
Decimal231991000.570.960.0924.1691.747.25
HexE763A039609185c2f
Octal34714312071140113013457
Binary1110011111000111010011100111000001001110001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7630A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7630A; }

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

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

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

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

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

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

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

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