#E75A06

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

Shades of Persimmon #E75A06

Tints of Persimmon #E75A06

Color information

#E75A06 (or 0xE75A06) is unknown color: approx Persimmon. HEX triplet: E7, 5A and 06. RGB value is (231,90,6). Sum of RGB (Red+Green+Blue) = 231+90+6=327 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.64% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75A06 is #18A5F9. Grayscale: #7B7B7B. Windows color (decimal): -1615354 or 416487. OLE color: 416487.

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

Color convert

RGB231906-
CMYK00.610.970.09
HSL22.4º94.94%46.47%-
HSV(B)22.4º97.4%90.59%-
XYZ36.6424.312.93-
YUV122.5862.21205.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 70.64%
GREEN value IS 90 (35.55% from 255) = 27.52%
BLUE value IS 6 (2.73% from 255) = 1.83%
R=70.64%
G=27.52%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23190600.610.970.0922.494.9446.47
HexE75A603D619165f2e
Octal3471326075141112613756
Binary111001111011010110011110111000011001101101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75A06; }

 p { color: rgb(231,90,6); }

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

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

 a { background-color: rgb(231,90,6); }

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

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

 span { border-color: rgb(231,90,6); }

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