#EF5C1A

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

Shades of Persimmon #EF5C1A

Tints of Persimmon #EF5C1A

Color information

#EF5C1A (or 0xEF5C1A) is unknown color: approx Persimmon. HEX triplet: EF, 5C and 1A. RGB value is (239,92,26). Sum of RGB (Red+Green+Blue) = 239+92+26=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5C1A is #10A3E5. Grayscale: #808080. Windows color (decimal): -1090534 or 1727727. OLE color: 1727727.

HSL color Cylindrical-coordinate representation of color #EF5C1A: hue angle of 18.59º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF5C1A is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB2399226-
CMYK00.620.890.06
HSL18.59º86.94%51.96%-
HSV(B)18.59º89.12%93.73%-
XYZ39.6126.083.92-
YUV128.4370.2206.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.95%
GREEN value IS 92 (36.33% from 255) = 25.77%
BLUE value IS 26 (10.55% from 255) = 7.28%
R=66.95%
G=25.77%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239922600.620.890.0618.5986.9451.96
HexEF5C1A03E596135734
Octal3571343207613162312764
Binary1110111110111001101001111101011001110100111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5C1A; }

 p { color: rgb(239,92,26); }

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

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

 a { background-color: rgb(239,92,26); }

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

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

 span { border-color: rgb(239,92,26); }

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