#EE4E00

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

Shades of Persimmon #EE4E00

Tints of Persimmon #EE4E00

Color information

#EE4E00 (or 0xEE4E00) is unknown color: approx Persimmon. HEX triplet: EE, 4E and 00. RGB value is (238,78,0). Sum of RGB (Red+Green+Blue) = 238+78+0=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4E00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE4E00 is #11B1FF. Grayscale: #757575. Windows color (decimal): -1159680 or 20206. OLE color: 20206.

HSL color Cylindrical-coordinate representation of color #EE4E00: hue angle of 19.66º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE4E00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB238780-
CMYK00.6710.07
HSL19.66º100%46.67%-
HSV(B)19.66º100%93.33%-
XYZ37.9823.632.56-
YUV116.9562.01214.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 75.32%
GREEN value IS 78 (30.86% from 255) = 24.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.32%
G=24.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23878000.6710.0719.6610046.67
HexEE4E004364714642f
Octal3561160010314472414457
Binary1110111010011100010000111100100111101001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4E00; }

 p { color: rgb(238,78,0); }

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

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

 a { background-color: rgb(238,78,0); }

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

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

 span { border-color: rgb(238,78,0); }

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