Html Css Color HEX #EF5C19 Persimmon

📋 copy color: '#EF5C19'

red 239 ◦ green 92 ◦ blue 25

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

Shades of Persimmon #EF5C19

Tints of Persimmon #EF5C19

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.84%

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

R = 67.13%
G = 25.84%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF5C19 (or 0xEF5C19) is known color: Persimmon. HEX triplet: EF, 5C and 19. RGB value is (239,92,25). Sum of RGB (Red+Green+Blue) = 239+92+25=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5C19 is #10A3E6. Grayscale: #808080. Windows color (decimal): -1090535 or 1662191. OLE color: 1662191.

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

Color convert

RGB 239 92 25 -
CMYK 0 0.62 0.90 0.06
HSL 18.79º 0.87% 0.52% -
HSV(B) 18.79º 0.9% 0.94% -
XYZ 39.6 26.08 3.87 -
YUV 128.32 69.7 206.95 -
System Red Green Blue C M Y K H S L
Decimal 239 92 25 0 0.62 0.90 0.06 18.79 0.87 0.52
Hex EF 5C 19 0 3E 5A 6 13 57 34
Octal 357 134 31 0 76 132 6 23 127 64
Binary 11101111 1011100 11001 0 111110 1011010 110 10011 1010111 110100

Color Harmonies of #EF5C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5C19

Black with #EF5C19

Text Example


Text Example

White with #EF5C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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