Html Css Color HEX #EF5B05 Persimmon

📋 copy color: '#EF5B05'

red 239 ◦ green 91 ◦ blue 5

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

Shades of Persimmon #EF5B05

Tints of Persimmon #EF5B05

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.16%

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

R = 71.34%
G = 27.16%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF5B05 (or 0xEF5B05) is known color: Persimmon. HEX triplet: EF, 5B and 05. RGB value is (239,91,5). Sum of RGB (Red+Green+Blue) = 239+91+5=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5B05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5B05 is #10A4FA. Grayscale: #7D7D7D. Windows color (decimal): -1090811 or 351215. OLE color: 351215.

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

Color convert

RGB 239 91 5 -
CMYK 0 0.62 0.98 0.06
HSL 22.05º 0.96% 0.48% -
HSV(B) 22.05º 0.98% 0.94% -
XYZ 39.37 25.84 3.06 -
YUV 125.45 60.03 208.99 -
System Red Green Blue C M Y K H S L
Decimal 239 91 5 0 0.62 0.98 0.06 22.05 0.96 0.48
Hex EF 5B 5 0 3E 62 6 16 60 30
Octal 357 133 5 0 76 142 6 26 140 60
Binary 11101111 1011011 101 0 111110 1100010 110 10110 1100000 110000

Color Harmonies of #EF5B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5B05

Black with #EF5B05

Text Example


Text Example

White with #EF5B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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