Html Css Color HEX #EF5807 Persimmon

📋 copy color: '#EF5807'

red 239 ◦ green 88 ◦ blue 7

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

Shades of Persimmon #EF5807

Tints of Persimmon #EF5807

RGB

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

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

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

R = 71.56%
G = 26.35%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF5807 (or 0xEF5807) is known color: Persimmon. HEX triplet: EF, 58 and 07. RGB value is (239,88,7). Sum of RGB (Red+Green+Blue) = 239+88+7=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5807 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5807 is #10A7F8. Grayscale: #7C7C7C. Windows color (decimal): -1091577 or 481519. OLE color: 481519.

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

Color convert

RGB 239 88 7 -
CMYK 0 0.63 0.97 0.06
HSL 20.95º 0.94% 0.48% -
HSV(B) 20.95º 0.97% 0.94% -
XYZ 39.12 25.35 3.03 -
YUV 123.92 62.03 210.09 -
System Red Green Blue C M Y K H S L
Decimal 239 88 7 0 0.63 0.97 0.06 20.95 0.94 0.48
Hex EF 58 7 0 3F 61 6 15 5E 30
Octal 357 130 7 0 77 141 6 25 136 60
Binary 11101111 1011000 111 0 111111 1100001 110 10101 1011110 110000

Color Harmonies of #EF5807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5807

Black with #EF5807

Text Example


Text Example

White with #EF5807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5807; }

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

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

background-color css

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

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

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

border-color css

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

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

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