#EF6402

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

Shades of Persimmon #EF6402

Tints of Persimmon #EF6402

Color information

#EF6402 (or 0xEF6402) is unknown color: approx Persimmon. HEX triplet: EF, 64 and 02. RGB value is (239,100,2). Sum of RGB (Red+Green+Blue) = 239+100+2=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6402 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6402 is #109BFD. Grayscale: #828282. Windows color (decimal): -1088510 or 156911. OLE color: 156911.

HSL color Cylindrical-coordinate representation of color #EF6402: hue angle of 24.81º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF6402 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB2391002-
CMYK00.580.990.06
HSL24.81º98.34%47.25%-
HSV(B)24.81º99.16%93.73%-
XYZ40.1627.473.24-
YUV130.3955.55205.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 70.09%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=70.09%
G=29.33%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239100200.580.990.0624.8198.3447.25
HexEF64203A63619622f
Octal357144207214363114257
Binary1110111111001001001110101100011110110011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6402; }

 p { color: rgb(239,100,2); }

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

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

 a { background-color: rgb(239,100,2); }

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

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

 span { border-color: rgb(239,100,2); }

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