#E0630E

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

Shades of Persimmon #E0630E

Tints of Persimmon #E0630E

Color information

#E0630E (or 0xE0630E) is unknown color: approx Persimmon. HEX triplet: E0, 63 and 0E. RGB value is (224,99,14). Sum of RGB (Red+Green+Blue) = 224+99+14=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E0630E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0630E is #1F9CF1. Grayscale: #7F7F7F. Windows color (decimal): -2071794 or 943072. OLE color: 943072.

HSL color Cylindrical-coordinate representation of color #E0630E: hue angle of 24.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0630E is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB2249914-
CMYK00.560.940.12
HSL24.29º88.24%46.67%-
HSV(B)24.29º93.75%87.84%-
XYZ35.2824.83.34-
YUV126.6864.41197.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 66.47%
GREEN value IS 99 (39.06% from 255) = 29.38%
BLUE value IS 14 (5.86% from 255) = 4.15%
R=66.47%
G=29.38%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224991400.560.940.1224.2988.2446.67
HexE063E0385EC18582f
Octal34014316070136143013057
Binary1110000011000111110011100010111101100110001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0630E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0630E; }

 p { color: rgb(224,99,14); }

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

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

 a { background-color: rgb(224,99,14); }

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

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

 span { border-color: rgb(224,99,14); }

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