#E75B10

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

Shades of Persimmon #E75B10

Tints of Persimmon #E75B10

Color information

#E75B10 (or 0xE75B10) is unknown color: approx Persimmon. HEX triplet: E7, 5B and 10. RGB value is (231,91,16). Sum of RGB (Red+Green+Blue) = 231+91+16=338 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.34% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75B10 is #18A4EF. Grayscale: #7C7C7C. Windows color (decimal): -1615088 or 1072103. OLE color: 1072103.

HSL color Cylindrical-coordinate representation of color #E75B10: hue angle of 20.93º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E75B10 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB2319116-
CMYK00.610.930.09
HSL20.93º87.04%48.43%-
HSV(B)20.93º93.07%90.59%-
XYZ36.7924.513.28-
YUV124.3166.88204.1-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 68.34%
GREEN value IS 91 (35.94% from 255) = 26.92%
BLUE value IS 16 (6.64% from 255) = 4.73%
R=68.34%
G=26.92%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231911600.610.930.0920.9387.0448.43
HexE75B1003D5D9155730
Octal34713320075135112512760
Binary11100111101101110000011110110111011001101011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75B10; }

 p { color: rgb(231,91,16); }

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

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

 a { background-color: rgb(231,91,16); }

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

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

 span { border-color: rgb(231,91,16); }

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