Html Css Color HEX #EF5407 Persimmon

📋 copy color: '#EF5407'

red 239 ◦ green 84 ◦ blue 7

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

Shades of Persimmon #EF5407

Tints of Persimmon #EF5407

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.45%

 BLUE value IS 7 (3.13% from 255) = 2.12%

R = 72.42%
G = 25.45%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF5407 (or 0xEF5407) is known color: Persimmon. HEX triplet: EF, 54 and 07. RGB value is (239,84,7). Sum of RGB (Red+Green+Blue) = 239+84+7=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5407 is #10ABF8. Grayscale: #7A7A7A. Windows color (decimal): -1092601 or 480495. OLE color: 480495.

HSL color Cylindrical-coordinate representation of color #EF5407: hue angle of 19.91º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF5407 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 84 7 -
CMYK 0 0.65 0.97 0.06
HSL 19.91º 0.94% 0.48% -
HSV(B) 19.91º 0.97% 0.94% -
XYZ 38.81 24.71 2.92 -
YUV 121.57 63.35 211.76 -
System Red Green Blue C M Y K H S L
Decimal 239 84 7 0 0.65 0.97 0.06 19.91 0.94 0.48
Hex EF 54 7 0 41 61 6 14 5E 30
Octal 357 124 7 0 101 141 6 24 136 60
Binary 11101111 1010100 111 0 1000001 1100001 110 10100 1011110 110000

Color Harmonies of #EF5407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5407

Black with #EF5407

Text Example


Text Example

White with #EF5407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5407; }

 p { color: rgb(239,84,7); }

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

background-color css

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

 a { background-color: rgb(239,84,7); }

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

border-color css

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

 span { border-color: rgb(239,84,7); }

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