Html Css Color HEX #EF5409 Persimmon

📋 copy color: '#EF5409'

red 239 ◦ green 84 ◦ blue 9

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

Shades of Persimmon #EF5409

Tints of Persimmon #EF5409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.71%

R = 71.99%
G = 25.3%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF5409 (or 0xEF5409) is known color: Persimmon. HEX triplet: EF, 54 and 09. RGB value is (239,84,9). Sum of RGB (Red+Green+Blue) = 239+84+9=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5409 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5409 is #10ABF6. Grayscale: #7A7A7A. Windows color (decimal): -1092599 or 611567. OLE color: 611567.

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

Color convert

RGB 239 84 9 -
CMYK 0 0.65 0.96 0.06
HSL 19.57º 0.93% 0.49% -
HSV(B) 19.57º 0.96% 0.94% -
XYZ 38.82 24.71 2.98 -
YUV 121.8 64.35 211.6 -
System Red Green Blue C M Y K H S L
Decimal 239 84 9 0 0.65 0.96 0.06 19.57 0.93 0.49
Hex EF 54 9 0 41 60 6 14 5D 31
Octal 357 124 11 0 101 140 6 24 135 61
Binary 11101111 1010100 1001 0 1000001 1100000 110 10100 1011101 110001

Color Harmonies of #EF5409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5409

Black with #EF5409

Text Example


Text Example

White with #EF5409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5409; }

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

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

background-color css

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

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

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

border-color css

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

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

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