Html Css Color HEX #EF5107 Persimmon

📋 copy color: '#EF5107'

red 239 ◦ green 81 ◦ blue 7

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

Shades of Persimmon #EF5107

Tints of Persimmon #EF5107

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.77%

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

R = 73.09%
G = 24.77%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF5107 (or 0xEF5107) is known color: Persimmon. HEX triplet: EF, 51 and 07. RGB value is (239,81,7). Sum of RGB (Red+Green+Blue) = 239+81+7=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5107 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5107 is #10AEF8. Grayscale: #787878. Windows color (decimal): -1093369 or 479727. OLE color: 479727.

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

Color convert

RGB 239 81 7 -
CMYK 0 0.66 0.97 0.06
HSL 19.14º 0.94% 0.48% -
HSV(B) 19.14º 0.97% 0.94% -
XYZ 38.58 24.25 2.85 -
YUV 119.81 64.35 213.02 -
System Red Green Blue C M Y K H S L
Decimal 239 81 7 0 0.66 0.97 0.06 19.14 0.94 0.48
Hex EF 51 7 0 42 61 6 13 5E 30
Octal 357 121 7 0 102 141 6 23 136 60
Binary 11101111 1010001 111 0 1000010 1100001 110 10011 1011110 110000

Color Harmonies of #EF5107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5107

Black with #EF5107

Text Example


Text Example

White with #EF5107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5107; }

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

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

background-color css

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

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

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

border-color css

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

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

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