Html Css Color HEX #EF5D05 Persimmon

📋 copy color: '#EF5D05'

red 239 ◦ green 93 ◦ blue 5

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

Shades of Persimmon #EF5D05

Tints of Persimmon #EF5D05

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.6%

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

R = 70.92%
G = 27.6%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF5D05 (or 0xEF5D05) is known color: Persimmon. HEX triplet: EF, 5D and 05. RGB value is (239,93,5). Sum of RGB (Red+Green+Blue) = 239+93+5=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5D05 is #10A2FA. Grayscale: #7F7F7F. Windows color (decimal): -1090299 or 351727. OLE color: 351727.

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

Color convert

RGB 239 93 5 -
CMYK 0 0.61 0.98 0.06
HSL 22.56º 0.96% 0.48% -
HSV(B) 22.56º 0.98% 0.94% -
XYZ 39.54 26.19 3.11 -
YUV 126.62 59.37 208.16 -
System Red Green Blue C M Y K H S L
Decimal 239 93 5 0 0.61 0.98 0.06 22.56 0.96 0.48
Hex EF 5D 5 0 3D 62 6 17 60 30
Octal 357 135 5 0 75 142 6 27 140 60
Binary 11101111 1011101 101 0 111101 1100010 110 10111 1100000 110000

Color Harmonies of #EF5D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5D05

Black with #EF5D05

Text Example


Text Example

White with #EF5D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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