Html Css Color HEX #EF5F18 Persimmon

📋 copy color: '#EF5F18'

red 239 ◦ green 95 ◦ blue 24

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

Shades of Persimmon #EF5F18

Tints of Persimmon #EF5F18

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.54%

 BLUE value IS 24 (9.77% from 255) = 6.7%

R = 66.76%
G = 26.54%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF5F18 (or 0xEF5F18) is known color: Persimmon. HEX triplet: EF, 5F and 18. RGB value is (239,95,24). Sum of RGB (Red+Green+Blue) = 239+95+24=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5F18 is #10A0E7. Grayscale: #828282. Windows color (decimal): -1089768 or 1597423. OLE color: 1597423.

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

Color convert

RGB 239 95 24 -
CMYK 0 0.60 0.90 0.06
HSL 19.81º 0.87% 0.52% -
HSV(B) 19.81º 0.9% 0.94% -
XYZ 39.85 26.6 3.9 -
YUV 129.96 68.21 205.77 -
System Red Green Blue C M Y K H S L
Decimal 239 95 24 0 0.60 0.90 0.06 19.81 0.87 0.52
Hex EF 5F 18 0 3C 5A 6 14 57 34
Octal 357 137 30 0 74 132 6 24 127 64
Binary 11101111 1011111 11000 0 111100 1011010 110 10100 1010111 110100

Color Harmonies of #EF5F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5F18

Black with #EF5F18

Text Example


Text Example

White with #EF5F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5F18; }

 p { color: rgb(239,95,24); }

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

background-color css

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

 a { background-color: rgb(239,95,24); }

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

border-color css

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

 span { border-color: rgb(239,95,24); }

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