#ef630f

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

Shades of Persimmon #EF630F

Tints of Persimmon #EF630F

Color information

#EF630F (or 0xEF630F) is unknown color: approx Persimmon. HEX triplet: EF, 63 and 0F. RGB value is (239,99,15). Sum of RGB (Red+Green+Blue) = 239+99+15=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF630F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF630F is #109CF0. Grayscale: #838383. Windows color (decimal): -1088753 or 1008623. OLE color: 1008623.

HSL color Cylindrical-coordinate representation of color #EF630F: hue angle of 22.5º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF630F is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB2399915-
CMYK00.590.940.06
HSL22.5º88.19%49.8%-
HSV(B)22.5º93.72%93.73%-
XYZ40.1427.313.61-
YUV131.2862.38204.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 67.71%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 15 (6.25% from 255) = 4.25%
R=67.71%
G=28.05%
B=4.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239991500.590.940.0622.588.1949.8
HexEF63F03B5E6165832
Octal3571431707313662613062
Binary111011111100011111101110111011110110101101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef630f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef630f; }

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

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

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

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

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

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

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

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