Html Css Color HEX #EF5400 Persimmon

📋 copy color: '#EF5400'

red 239 ◦ green 84 ◦ blue 0

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

Shades of Persimmon #EF5400

Tints of Persimmon #EF5400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.99%
G = 26.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF5400 (or 0xEF5400) is known color: Persimmon. HEX triplet: EF, 54 and 00. RGB value is (239,84,0). Sum of RGB (Red+Green+Blue) = 239+84+0=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5400 is #10ABFF. Grayscale: #797979. Windows color (decimal): -1092608 or 21743. OLE color: 21743.

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

Color convert

RGB 239 84 0 -
CMYK 0 0.65 1 0.06
HSL 21.09º 1% 0.47% -
HSV(B) 21.09º 1% 0.94% -
XYZ 38.77 24.69 2.72 -
YUV 120.77 59.85 212.33 -
System Red Green Blue C M Y K H S L
Decimal 239 84 0 0 0.65 1 0.06 21.09 1 0.47
Hex EF 54 0 0 41 64 6 15 64 2F
Octal 357 124 0 0 101 144 6 25 144 57
Binary 11101111 1010100 0 0 1000001 1100100 110 10101 1100100 101111

Color Harmonies of #EF5400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5400

Black with #EF5400

Text Example


Text Example

White with #EF5400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5400; }

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

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

background-color css

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

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

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

border-color css

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

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

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