Html Css Color HEX #EF5705 Persimmon

📋 copy color: '#EF5705'

red 239 ◦ green 87 ◦ blue 5

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

Shades of Persimmon #EF5705

Tints of Persimmon #EF5705

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.28%

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 72.21%
G = 26.28%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF5705 (or 0xEF5705) is known color: Persimmon. HEX triplet: EF, 57 and 05. RGB value is (239,87,5). Sum of RGB (Red+Green+Blue) = 239+87+5=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5705 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5705 is #10A8FA. Grayscale: #7B7B7B. Windows color (decimal): -1091835 or 350191. OLE color: 350191.

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

Color convert

RGB 239 87 5 -
CMYK 0 0.64 0.98 0.06
HSL 21.03º 0.96% 0.48% -
HSV(B) 21.03º 0.98% 0.94% -
XYZ 39.03 25.18 2.95 -
YUV 123.1 61.36 210.67 -
System Red Green Blue C M Y K H S L
Decimal 239 87 5 0 0.64 0.98 0.06 21.03 0.96 0.48
Hex EF 57 5 0 40 62 6 15 60 30
Octal 357 127 5 0 100 142 6 25 140 60
Binary 11101111 1010111 101 0 1000000 1100010 110 10101 1100000 110000

Color Harmonies of #EF5705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5705

Black with #EF5705

Text Example


Text Example

White with #EF5705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5705; }

 p { color: rgb(239,87,5); }

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

background-color css

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

 a { background-color: rgb(239,87,5); }

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

border-color css

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

 span { border-color: rgb(239,87,5); }

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