#E94A08

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

Shades of Persimmon #E94A08

Tints of Persimmon #E94A08

Color information

#E94A08 (or 0xE94A08) is unknown color: approx Persimmon. HEX triplet: E9, 4A and 08. RGB value is (233,74,8). Sum of RGB (Red+Green+Blue) = 233+74+8=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94A08 is #16B5F7. Grayscale: #727272. Windows color (decimal): -1488376 or 543465. OLE color: 543465.

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

Color convert

RGB233748-
CMYK00.680.970.09
HSL17.6º93.36%47.25%-
HSV(B)17.6º96.57%91.37%-
XYZ36.122.242.62-
YUV114.0268.18212.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 73.97%
GREEN value IS 74 (29.30% from 255) = 23.49%
BLUE value IS 8 (3.52% from 255) = 2.54%
R=73.97%
G=23.49%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23374800.680.970.0917.693.3647.25
HexE94A8044619125d2f
Octal351112100104141112213557
Binary11101001100101010000100010011000011001100101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94A08; }

 p { color: rgb(233,74,8); }

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

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

 a { background-color: rgb(233,74,8); }

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

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

 span { border-color: rgb(233,74,8); }

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