#E75C00

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

Shades of Persimmon #E75C00

Tints of Persimmon #E75C00

Color information

#E75C00 (or 0xE75C00) is unknown color: approx Persimmon. HEX triplet: E7, 5C and 00. RGB value is (231,92,0). Sum of RGB (Red+Green+Blue) = 231+92+0=323 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.52% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75C00 is #18A3FF. Grayscale: #7B7B7B. Windows color (decimal): -1614848 or 23783. OLE color: 23783.

HSL color Cylindrical-coordinate representation of color #E75C00: hue angle of 23.9º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E75C00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB231920-
CMYK00.6010.09
HSL23.9º100%45.29%-
HSV(B)23.9º100%90.59%-
XYZ36.7824.642.82-
YUV123.0758.55204.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 71.52%
GREEN value IS 92 (36.33% from 255) = 28.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.52%
G=28.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23192000.6010.0923.910045.29
HexE75C003C64918642d
Octal3471340074144113014455
Binary1110011110111000011110011001001001110001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75C00; }

 p { color: rgb(231,92,0); }

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

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

 a { background-color: rgb(231,92,0); }

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

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

 span { border-color: rgb(231,92,0); }

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