Html Css Color HEX #EF5C09 Persimmon

📋 copy color: '#EF5C09'

red 239 ◦ green 92 ◦ blue 9

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

Shades of Persimmon #EF5C09

Tints of Persimmon #EF5C09

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.06%

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

R = 70.29%
G = 27.06%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF5C09 (or 0xEF5C09) is known color: Persimmon. HEX triplet: EF, 5C and 09. RGB value is (239,92,9). Sum of RGB (Red+Green+Blue) = 239+92+9=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 9 (3.91% from 255 or 2.65% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5C09 is #10A3F6. Grayscale: #7E7E7E. Windows color (decimal): -1090551 or 613615. OLE color: 613615.

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

Color convert

RGB 239 92 9 -
CMYK 0 0.62 0.96 0.06
HSL 21.65º 0.93% 0.49% -
HSV(B) 21.65º 0.96% 0.94% -
XYZ 39.47 26.02 3.2 -
YUV 126.49 61.7 208.25 -
System Red Green Blue C M Y K H S L
Decimal 239 92 9 0 0.62 0.96 0.06 21.65 0.93 0.49
Hex EF 5C 9 0 3E 60 6 16 5D 31
Octal 357 134 11 0 76 140 6 26 135 61
Binary 11101111 1011100 1001 0 111110 1100000 110 10110 1011101 110001

Color Harmonies of #EF5C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5C09

Black with #EF5C09

Text Example


Text Example

White with #EF5C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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