Html Css Color HEX #EF4E19 Persimmon

📋 copy color: '#EF4E19'

red 239 ◦ green 78 ◦ blue 25

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

Shades of Persimmon #EF4E19

Tints of Persimmon #EF4E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.31%

R = 69.88%
G = 22.81%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF4E19 (or 0xEF4E19) is known color: Persimmon. HEX triplet: EF, 4E and 19. RGB value is (239,78,25). Sum of RGB (Red+Green+Blue) = 239+78+25=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF4E19 is #10B1E6. Grayscale: #787878. Windows color (decimal): -1094119 or 1658607. OLE color: 1658607.

HSL color Cylindrical-coordinate representation of color #EF4E19: hue angle of 14.86º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF4E19 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 78 25 -
CMYK 0 0.67 0.90 0.06
HSL 14.86º 0.87% 0.52% -
HSV(B) 14.86º 0.9% 0.94% -
XYZ 38.5 23.87 3.5 -
YUV 120.1 74.34 212.81 -
System Red Green Blue C M Y K H S L
Decimal 239 78 25 0 0.67 0.90 0.06 14.86 0.87 0.52
Hex EF 4E 19 0 43 5A 6 F 57 34
Octal 357 116 31 0 103 132 6 17 127 64
Binary 11101111 1001110 11001 0 1000011 1011010 110 1111 1010111 110100

Color Harmonies of #EF4E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4E19

Black with #EF4E19

Text Example


Text Example

White with #EF4E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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