Html Css Color HEX #EF5D09 Persimmon

📋 copy color: '#EF5D09'

red 239 ◦ green 93 ◦ blue 9

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

Shades of Persimmon #EF5D09

Tints of Persimmon #EF5D09

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.27%

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

R = 70.09%
G = 27.27%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF5D09 (or 0xEF5D09) is known color: Persimmon. HEX triplet: EF, 5D and 09. RGB value is (239,93,9). Sum of RGB (Red+Green+Blue) = 239+93+9=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5D09 is #10A2F6. Grayscale: #7F7F7F. Windows color (decimal): -1090295 or 613871. OLE color: 613871.

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

Color convert

RGB 239 93 9 -
CMYK 0 0.61 0.96 0.06
HSL 21.91º 0.93% 0.49% -
HSV(B) 21.91º 0.96% 0.94% -
XYZ 39.56 26.2 3.23 -
YUV 127.08 61.37 207.83 -
System Red Green Blue C M Y K H S L
Decimal 239 93 9 0 0.61 0.96 0.06 21.91 0.93 0.49
Hex EF 5D 9 0 3D 60 6 16 5D 31
Octal 357 135 11 0 75 140 6 26 135 61
Binary 11101111 1011101 1001 0 111101 1100000 110 10110 1011101 110001

Color Harmonies of #EF5D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5D09

Black with #EF5D09

Text Example


Text Example

White with #EF5D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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