Html Css Color HEX #EF6115 Persimmon

📋 copy color: '#EF6115'

red 239 ◦ green 97 ◦ blue 21

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

Shades of Persimmon #EF6115

Tints of Persimmon #EF6115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.88%

R = 66.95%
G = 27.17%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF6115 (or 0xEF6115) is known color: Persimmon. HEX triplet: EF, 61 and 15. RGB value is (239,97,21). Sum of RGB (Red+Green+Blue) = 239+97+21=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6115 is #109EEA. Grayscale: #838383. Windows color (decimal): -1089259 or 1401327. OLE color: 1401327.

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

Color convert

RGB 239 97 21 -
CMYK 0 0.59 0.91 0.06
HSL 20.92º 0.87% 0.51% -
HSV(B) 20.92º 0.91% 0.94% -
XYZ 40.01 26.95 3.8 -
YUV 130.79 66.04 205.18 -
System Red Green Blue C M Y K H S L
Decimal 239 97 21 0 0.59 0.91 0.06 20.92 0.87 0.51
Hex EF 61 15 0 3B 5B 6 15 57 33
Octal 357 141 25 0 73 133 6 25 127 63
Binary 11101111 1100001 10101 0 111011 1011011 110 10101 1010111 110011

Color Harmonies of #EF6115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6115

Black with #EF6115

Text Example


Text Example

White with #EF6115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6115; }

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

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

background-color css

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

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

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

border-color css

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

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

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