Html Css Color HEX #EF4D09 Persimmon

📋 copy color: '#EF4D09'

red 239 ◦ green 77 ◦ blue 9

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

Shades of Persimmon #EF4D09

Tints of Persimmon #EF4D09

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.69%

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

R = 73.54%
G = 23.69%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF4D09 (or 0xEF4D09) is known color: Persimmon. HEX triplet: EF, 4D and 09. RGB value is (239,77,9). Sum of RGB (Red+Green+Blue) = 239+77+9=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF4D09 is #10B2F6. Grayscale: #767676. Windows color (decimal): -1094391 or 609775. OLE color: 609775.

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

Color convert

RGB 239 77 9 -
CMYK 0 0.68 0.96 0.06
HSL 17.74º 0.93% 0.49% -
HSV(B) 17.74º 0.96% 0.94% -
XYZ 38.3 23.68 2.81 -
YUV 117.69 66.67 214.53 -
System Red Green Blue C M Y K H S L
Decimal 239 77 9 0 0.68 0.96 0.06 17.74 0.93 0.49
Hex EF 4D 9 0 44 60 6 12 5D 31
Octal 357 115 11 0 104 140 6 22 135 61
Binary 11101111 1001101 1001 0 1000100 1100000 110 10010 1011101 110001

Color Harmonies of #EF4D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4D09

Black with #EF4D09

Text Example


Text Example

White with #EF4D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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