Html Css Color HEX #EF4E09 Persimmon

📋 copy color: '#EF4E09'

red 239 ◦ green 78 ◦ blue 9

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

Shades of Persimmon #EF4E09

Tints of Persimmon #EF4E09

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.93%

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

R = 73.31%
G = 23.93%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF4E09 (or 0xEF4E09) is known color: Persimmon. HEX triplet: EF, 4E and 09. RGB value is (239,78,9). Sum of RGB (Red+Green+Blue) = 239+78+9=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF4E09 is #10B1F6. Grayscale: #767676. Windows color (decimal): -1094135 or 610031. OLE color: 610031.

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

Color convert

RGB 239 78 9 -
CMYK 0 0.67 0.96 0.06
HSL 18º 0.93% 0.49% -
HSV(B) 18º 0.96% 0.94% -
XYZ 38.37 23.82 2.83 -
YUV 118.27 66.34 214.11 -
System Red Green Blue C M Y K H S L
Decimal 239 78 9 0 0.67 0.96 0.06 18 0.93 0.49
Hex EF 4E 9 0 43 60 6 12 5D 31
Octal 357 116 11 0 103 140 6 22 135 61
Binary 11101111 1001110 1001 0 1000011 1100000 110 10010 1011101 110001

Color Harmonies of #EF4E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4E09

Black with #EF4E09

Text Example


Text Example

White with #EF4E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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