#E7650F

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

Shades of Persimmon #E7650F

Tints of Persimmon #E7650F

Color information

#E7650F (or 0xE7650F) is unknown color: approx Persimmon. HEX triplet: E7, 65 and 0F. RGB value is (231,101,15). Sum of RGB (Red+Green+Blue) = 231+101+15=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E7650F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7650F is #189AF0. Grayscale: #828282. Windows color (decimal): -1612529 or 1009127. OLE color: 1009127.

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

Color convert

RGB23110115-
CMYK00.560.940.09
HSL23.89º87.8%48.24%-
HSV(B)23.89º93.51%90.59%-
XYZ37.6926.333.55-
YUV130.0763.07199.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 66.57%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 15 (6.25% from 255) = 4.32%
R=66.57%
G=29.11%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311011500.560.940.0923.8987.848.24
HexE765F0385E9185830
Octal34714517070136113013060
Binary1110011111001011111011100010111101001110001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7650F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7650F; }

 p { color: rgb(231,101,15); }

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

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

 a { background-color: rgb(231,101,15); }

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

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

 span { border-color: rgb(231,101,15); }

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