Html Css Color HEX #EF5D0F Persimmon

📋 copy color: '#EF5D0F'

red 239 ◦ green 93 ◦ blue 15

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

Shades of Persimmon #EF5D0F

Tints of Persimmon #EF5D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.32%

R = 68.88%
G = 26.8%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF5D0F (or 0xEF5D0F) is known color: Persimmon. HEX triplet: EF, 5D and 0F. RGB value is (239,93,15). Sum of RGB (Red+Green+Blue) = 239+93+15=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5D0F is #10A2F0. Grayscale: #808080. Windows color (decimal): -1090289 or 1007087. OLE color: 1007087.

HSL color Cylindrical-coordinate representation of color #EF5D0F: hue angle of 20.89º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF5D0F is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 93 15 -
CMYK 0 0.61 0.94 0.06
HSL 20.89º 0.88% 0.5% -
HSV(B) 20.89º 0.94% 0.94% -
XYZ 39.6 26.21 3.42 -
YUV 127.76 64.37 207.34 -
System Red Green Blue C M Y K H S L
Decimal 239 93 15 0 0.61 0.94 0.06 20.89 0.88 0.5
Hex EF 5D F 0 3D 5E 6 15 58 32
Octal 357 135 17 0 75 136 6 25 130 62
Binary 11101111 1011101 1111 0 111101 1011110 110 10101 1011000 110010

Color Harmonies of #EF5D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5D0F

Black with #EF5D0F

Text Example


Text Example

White with #EF5D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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