Html Css Color HEX #EF540F Persimmon

📋 copy color: '#EF540F'

red 239 ◦ green 84 ◦ blue 15

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

Shades of Persimmon #EF540F

Tints of Persimmon #EF540F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.85%

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

R = 70.71%
G = 24.85%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF540F (or 0xEF540F) is known color: Persimmon. HEX triplet: EF, 54 and 0F. RGB value is (239,84,15). Sum of RGB (Red+Green+Blue) = 239+84+15=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF540F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF540F is #10ABF0. Grayscale: #7A7A7A. Windows color (decimal): -1092593 or 1004783. OLE color: 1004783.

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

Color convert

RGB 239 84 15 -
CMYK 0 0.65 0.94 0.06
HSL 18.48º 0.88% 0.5% -
HSV(B) 18.48º 0.94% 0.94% -
XYZ 38.85 24.73 3.18 -
YUV 122.48 67.35 211.11 -
System Red Green Blue C M Y K H S L
Decimal 239 84 15 0 0.65 0.94 0.06 18.48 0.88 0.5
Hex EF 54 F 0 41 5E 6 12 58 32
Octal 357 124 17 0 101 136 6 22 130 62
Binary 11101111 1010100 1111 0 1000001 1011110 110 10010 1011000 110010

Color Harmonies of #EF540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF540F

Black with #EF540F

Text Example


Text Example

White with #EF540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF540F; }

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

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

background-color css

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

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

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

border-color css

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

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

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