Html Css Color HEX #EF640E Persimmon

📋 copy color: '#EF640E'

red 239 ◦ green 100 ◦ blue 14

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

Shades of Persimmon #EF640E

Tints of Persimmon #EF640E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.33%

 BLUE value IS 14 (5.86% from 255) = 3.97%

R = 67.71%
G = 28.33%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF640E (or 0xEF640E) is known color: Persimmon. HEX triplet: EF, 64 and 0E. RGB value is (239,100,14). Sum of RGB (Red+Green+Blue) = 239+100+14=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF640E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF640E is #109BF1. Grayscale: #848484. Windows color (decimal): -1088498 or 943343. OLE color: 943343.

HSL color Cylindrical-coordinate representation of color #EF640E: hue angle of 22.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF640E is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 100 14 -
CMYK 0 0.58 0.94 0.06
HSL 22.93º 0.89% 0.5% -
HSV(B) 22.93º 0.94% 0.94% -
XYZ 40.23 27.5 3.6 -
YUV 131.76 61.55 204.49 -
System Red Green Blue C M Y K H S L
Decimal 239 100 14 0 0.58 0.94 0.06 22.93 0.89 0.5
Hex EF 64 E 0 3A 5E 6 17 59 32
Octal 357 144 16 0 72 136 6 27 131 62
Binary 11101111 1100100 1110 0 111010 1011110 110 10111 1011001 110010

Color Harmonies of #EF640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF640E

Black with #EF640E

Text Example


Text Example

White with #EF640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF640E; }

 p { color: rgb(239,100,14); }

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

background-color css

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

 a { background-color: rgb(239,100,14); }

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

border-color css

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

 span { border-color: rgb(239,100,14); }

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