#EF6303

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

Shades of Persimmon #EF6303

Tints of Persimmon #EF6303

Color information

#EF6303 (or 0xEF6303) is unknown color: approx Persimmon. HEX triplet: EF, 63 and 03. RGB value is (239,99,3). Sum of RGB (Red+Green+Blue) = 239+99+3=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6303 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6303 is #109CFC. Grayscale: #828282. Windows color (decimal): -1088765 or 222191. OLE color: 222191.

HSL color Cylindrical-coordinate representation of color #EF6303: hue angle of 24.41º 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 #EF6303 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB239993-
CMYK00.590.990.06
HSL24.41º97.52%47.45%-
HSV(B)24.41º98.74%93.73%-
XYZ40.0727.283.24-
YUV129.9256.38205.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 70.09%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 3 (1.56% from 255) = 0.88%
R=70.09%
G=29.03%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23999300.590.990.0624.4197.5247.45
HexEF63303B63618622f
Octal357143307314363014257
Binary1110111111000111101110111100011110110001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6303; }

 p { color: rgb(239,99,3); }

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

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

 a { background-color: rgb(239,99,3); }

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

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

 span { border-color: rgb(239,99,3); }

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