Html Css Color HEX #EF591A Persimmon

📋 copy color: '#EF591A'

red 239 ◦ green 89 ◦ blue 26

#EF591A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persimmon #EF591A

Tints of Persimmon #EF591A

RGB

 RED value IS 239 (93.75% from 255) = 67.51%

 GREEN value IS 89 (35.16% from 255) = 25.14%

 BLUE value IS 26 (10.55% from 255) = 7.34%

R = 67.51%
G = 25.14%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF591A (or 0xEF591A) is known color: Persimmon. HEX triplet: EF, 59 and 1A. RGB value is (239,89,26). Sum of RGB (Red+Green+Blue) = 239+89+26=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF591A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF591A is #10A6E5. Grayscale: #7F7F7F. Windows color (decimal): -1091302 or 1726959. OLE color: 1726959.

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

Color convert

RGB 239 89 26 -
CMYK 0 0.63 0.89 0.06
HSL 17.75º 0.87% 0.52% -
HSV(B) 17.75º 0.89% 0.94% -
XYZ 39.36 25.57 3.84 -
YUV 126.67 71.2 208.12 -
System Red Green Blue C M Y K H S L
Decimal 239 89 26 0 0.63 0.89 0.06 17.75 0.87 0.52
Hex EF 59 1A 0 3F 59 6 12 57 34
Octal 357 131 32 0 77 131 6 22 127 64
Binary 11101111 1011001 11010 0 111111 1011001 110 10010 1010111 110100

Color Harmonies of #EF591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF591A

Black with #EF591A

Text Example


Text Example

White with #EF591A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF591A; }

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

 H1.HeaderClassName
 {
   color: #EF591A;
 }
 .AnyTagClassName
 {
   color: #EF591A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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