Html Css Color HEX #EF6114 Persimmon

📋 copy color: '#EF6114'

red 239 ◦ green 97 ◦ blue 20

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

Shades of Persimmon #EF6114

Tints of Persimmon #EF6114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.25%

 BLUE value IS 20 (8.2% from 255) = 5.62%

R = 67.13%
G = 27.25%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF6114 (or 0xEF6114) is known color: Persimmon. HEX triplet: EF, 61 and 14. RGB value is (239,97,20). Sum of RGB (Red+Green+Blue) = 239+97+20=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6114 is #109EEB. Grayscale: #838383. Windows color (decimal): -1089260 or 1335791. OLE color: 1335791.

HSL color Cylindrical-coordinate representation of color #EF6114: hue angle of 21.1º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF6114 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 97 20 -
CMYK 0 0.59 0.92 0.06
HSL 21.1º 0.87% 0.51% -
HSV(B) 21.1º 0.92% 0.94% -
XYZ 40 26.95 3.76 -
YUV 130.68 65.54 205.26 -
System Red Green Blue C M Y K H S L
Decimal 239 97 20 0 0.59 0.92 0.06 21.1 0.87 0.51
Hex EF 61 14 0 3B 5C 6 15 57 33
Octal 357 141 24 0 73 134 6 25 127 63
Binary 11101111 1100001 10100 0 111011 1011100 110 10101 1010111 110011

Color Harmonies of #EF6114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6114

Black with #EF6114

Text Example


Text Example

White with #EF6114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6114; }

 p { color: rgb(239,97,20); }

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

background-color css

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

 a { background-color: rgb(239,97,20); }

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

border-color css

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

 span { border-color: rgb(239,97,20); }

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