Html Css Color HEX #EF5809 Persimmon

📋 copy color: '#EF5809'

red 239 ◦ green 88 ◦ blue 9

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

Shades of Persimmon #EF5809

Tints of Persimmon #EF5809

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.19%

 BLUE value IS 9 (3.91% from 255) = 2.68%

R = 71.13%
G = 26.19%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF5809 (or 0xEF5809) is known color: Persimmon. HEX triplet: EF, 58 and 09. RGB value is (239,88,9). Sum of RGB (Red+Green+Blue) = 239+88+9=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5809 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5809 is #10A7F6. Grayscale: #7C7C7C. Windows color (decimal): -1091575 or 612591. OLE color: 612591.

HSL color Cylindrical-coordinate representation of color #EF5809: hue angle of 20.61º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF5809 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 88 9 -
CMYK 0 0.63 0.96 0.06
HSL 20.61º 0.93% 0.49% -
HSV(B) 20.61º 0.96% 0.94% -
XYZ 39.14 25.35 3.09 -
YUV 124.14 63.03 209.92 -
System Red Green Blue C M Y K H S L
Decimal 239 88 9 0 0.63 0.96 0.06 20.61 0.93 0.49
Hex EF 58 9 0 3F 60 6 15 5D 31
Octal 357 130 11 0 77 140 6 25 135 61
Binary 11101111 1011000 1001 0 111111 1100000 110 10101 1011101 110001

Color Harmonies of #EF5809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5809

Black with #EF5809

Text Example


Text Example

White with #EF5809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5809; }

 p { color: rgb(239,88,9); }

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

background-color css

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

 a { background-color: rgb(239,88,9); }

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

border-color css

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

 span { border-color: rgb(239,88,9); }

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